diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-22 20:57:33 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-22 20:57:33 -0300 |
commit | d4cec1e6bdeff86da3c1820b0136026a0ca85f4c (patch) | |
tree | 27e48d58d1862ed99828f6eddee8198a469d43b4 /libre | |
parent | 39c784a0a93a1e5bff189dd0c71f7d2be5ac0db0 (diff) | |
download | abslibre-d4cec1e6bdeff86da3c1820b0136026a0ca85f4c.tar.gz abslibre-d4cec1e6bdeff86da3c1820b0136026a0ca85f4c.tar.bz2 abslibre-d4cec1e6bdeff86da3c1820b0136026a0ca85f4c.zip |
linux-libre: updating version
* Update 3.10.2 version for i686 and x86_64
* Update 3.10.1 version for mips64el
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 9c0090083..37ec6585b 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 190068 2013-07-14 09:54:17Z tpowa $ +# $Id: PKGBUILD 191254 2013-07-22 12:16:46Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Maintainer: Thomas Baechler <thomas@archlinux.org> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> @@ -10,10 +10,10 @@ pkgbase=linux-libre # Build stock -LIBRE kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.10 -_sublevel=1 +_sublevel=2 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.0 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.1 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -31,7 +31,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn 'change-default-console-loglevel.patch' "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") md5sums=('d562fd52580a3b6b18b6eeb5921d1d5c' - '5561eca43f9b46ad5a341b0cf59f3226' + '3d06da86aca3af3babcb23b98eeb5442' '542fc77350e62009bca7af080359b286' 'bd77b7112db61fb184139daaa1e390ac' 'e49ac236dfeef709f91a3d993ea7b62c' @@ -39,7 +39,7 @@ md5sums=('d562fd52580a3b6b18b6eeb5921d1d5c' '8267264d9a8966e57fdacd1fa1fc65c4' '04b21c79df0a952c22d681dd4f4562df' 'f3def2cefdcbb954c21d8505d23cc83c' - '536d322b78a2bde29c0b49b577d8a43a') + '223606d6db3504732aab7711833a30fb') if [ "$CARCH" != "mips64el" ]; then # don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |