diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-14 10:25:06 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-14 10:25:06 -0300 |
commit | 3091552b134ac287c8e1dcf2737337824ee0a1c5 (patch) | |
tree | 0c95b1e1c6ab5afe0e2c5bb94f77f1b30a4084f2 /libre/linux-libre/PKGBUILD | |
parent | 6d3366ddad68065dc2053f1e47c240417289e1ce (diff) | |
download | abslibre-3091552b134ac287c8e1dcf2737337824ee0a1c5.tar.gz abslibre-3091552b134ac287c8e1dcf2737337824ee0a1c5.tar.bz2 abslibre-3091552b134ac287c8e1dcf2737337824ee0a1c5.zip |
linux-libre: updating version
* updating 3.9.6 version to i686 and x86_64
* updating 3.9.5 version to mips64el
Diffstat (limited to 'libre/linux-libre/PKGBUILD')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 89f6a9178..961815242 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 188067 2013-06-08 08:17:48Z tpowa $ +# $Id: PKGBUILD 188461 2013-06-14 12:19:09Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Maintainer: Thomas Baechler <thomas@archlinux.org> # Maintainer (Parabola): Nicolás Reynolds <fauno@kiwwwi.com.ar> @@ -10,10 +10,10 @@ pkgbase=linux-libre # Build stock -LIBRE kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.9 -_sublevel=5 +_sublevel=6 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.4 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.5 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -32,14 +32,14 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") md5sums=('120df29f88622dabf7015a22c7cc8e25' '558743403ba219c51570d29e03d362d5' - 'b0bc969b9e8c1767b16cdc0504a7bad7' - '42dfd3a3702433b68c079d6b3fd13c3c' + 'b3458a2d80ce102b384586d4bddfddf0' + '52c2de7d1cb41727679e8061baef1741' 'e49ac236dfeef709f91a3d993ea7b62c' '2967cecc3af9f954ccc822fd63dca6ff' '8267264d9a8966e57fdacd1fa1fc65c4' '04b21c79df0a952c22d681dd4f4562df' 'f3def2cefdcbb954c21d8505d23cc83c' - '846eb5948403dd0f2f02c50d3acb69c3') + '50c2274bf466dffc149332fc2f5efd40') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |