diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-14 10:40:46 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-14 10:40:46 -0300 |
commit | 36b5a804e356a63659806227247ef0f71f1aae21 (patch) | |
tree | 0a42d743c09d159bcb63c802085864ee2452732c /libre | |
parent | 853a170cc76badba4d314d1809f26408bf63a08c (diff) | |
download | abslibre-36b5a804e356a63659806227247ef0f71f1aae21.tar.gz abslibre-36b5a804e356a63659806227247ef0f71f1aae21.tar.bz2 abslibre-36b5a804e356a63659806227247ef0f71f1aae21.zip |
linux-libre-lts: updating version
* updating 3.0.82 version to i686 and x86_64
* updating 3.0.81 version to mips64el
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 0e35aa970..c4b444dcb 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 188071 2013-06-08 08:49:41Z tpowa $ +# $Id: PKGBUILD 188451 2013-06-14 09:44:50Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Maintainer: Thomas Baechler <thomas@archlinux.org> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> @@ -7,10 +7,10 @@ pkgbase=linux-libre-lts # Build stock -LIBRE-LTS kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.0 -_sublevel=81 +_sublevel=82 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.80 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.81 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -32,7 +32,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn 'module-init-wait-3.0.patch' "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu1_0loongsonlibre_mipsel.tar.bz2") md5sums=('f30a562307b6f71204370fcd33756466' - '6538b7cc875c6960d47a8894a3dfea9d' + 'a4abefba847776433cf2b316b2b28eac' 'fe0e9b4415b82f306fc1b63eb9a742a4' '69a689019ea0b6ed46b387907f14bc8a' 'c072b17032e80debc6a8626299245d46' @@ -44,7 +44,7 @@ md5sums=('f30a562307b6f71204370fcd33756466' 'f36222e7ce20c8e4dc27376f9be60f6c' '670931649c60fcb3ef2e0119ed532bd4' '8a71abc4224f575008f974a099b5cf6f' - '7a0757288e0f61cbd91f7fc6b2bafb7b') + '2169bc4aa45d9725394cf52a4c9fa91e') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |