diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-01-27 11:49:47 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-01-27 11:49:47 -0200 |
commit | 387a6ac962ce6a21ccb27fa2cc494ea6e3d2b8cd (patch) | |
tree | e0ac407d773af321071153aa5c0138235cc1f25e /libre/linux-libre-lts/PKGBUILD | |
parent | b6fba38485fbddb58ea021c9b532e7fea84404b1 (diff) | |
parent | a98a7931923d702e17d7db3de4dd40cdcfb26885 (diff) | |
download | abslibre-387a6ac962ce6a21ccb27fa2cc494ea6e3d2b8cd.tar.gz abslibre-387a6ac962ce6a21ccb27fa2cc494ea6e3d2b8cd.tar.bz2 abslibre-387a6ac962ce6a21ccb27fa2cc494ea6e3d2b8cd.zip |
Merge ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/linux-libre-lts/PKGBUILD')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 642d04d74..654edbf4c 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -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=58 +_sublevel=60 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.57 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.59 # 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}-gnu_0loongsonlibre_mipsel.tar.bz2") md5sums=('5f64180fe7df4e574dac5911b78f5067' - '239e8b47a9760212772c3081f9a0a804' + '029dea7dd8bd815de241fff00d1bc2ab' '34c234b48d663bd4b04b45b9789bd107' '7ae9267fd5e8fd8993d9e2428e808afa' 'c072b17032e80debc6a8626299245d46' @@ -44,7 +44,7 @@ md5sums=('5f64180fe7df4e574dac5911b78f5067' 'f36222e7ce20c8e4dc27376f9be60f6c' '670931649c60fcb3ef2e0119ed532bd4' '8a71abc4224f575008f974a099b5cf6f' - '21f93138b6d4410b095cc9998f89e47d') + 'ffc297dd82534e15a09fabb882d28bc9') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |