diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-05 21:49:24 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-05 21:49:24 -0300 |
commit | 4d94d1e1eb8f18599a9ec3226af967448e7ce945 (patch) | |
tree | 49eb85390cbc03dc47c1b7d5b0a6066168998fe7 | |
parent | ce559e7d16fde9fc3a78c967d218d9e16666740c (diff) | |
download | abslibre-4d94d1e1eb8f18599a9ec3226af967448e7ce945.tar.gz abslibre-4d94d1e1eb8f18599a9ec3226af967448e7ce945.tar.bz2 abslibre-4d94d1e1eb8f18599a9ec3226af967448e7ce945.zip |
libre/linux-libre-lts
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/linux-libre-lts/linux-libre-lts.install | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 63ad0f242..790ea5e0b 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('linux-libre-lts' 'linux-libre-lts-headers') # Build stock -LIBRE kerne # pkgname=linux-custom # Build kernel with a different name _kernelname=-LIBRE-LTS _basekernel=3.0 -_sublevel=26 +_sublevel=27 pkgver=${_basekernel}.${_sublevel} _lxopkgver=${_basekernel}.26 # nearly always the same as pkgver pkgrel=1 @@ -32,7 +32,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn 'ext4-options.patch' "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") md5sums=('5f64180fe7df4e574dac5911b78f5067' - 'eb6cc5ce7bc5186e4f0c80efec390680' + '365d490f97b1960c8880eb22257d5ef0' 'c7acde811ca6808b294dc06480048c61' '792766d6d403cc967977f6a46aa95d1d' 'd2c0701480bce49fd4b40dc46b9863f1' diff --git a/libre/linux-libre-lts/linux-libre-lts.install b/libre/linux-libre-lts/linux-libre-lts.install index 44ba29a78..acb2b71f5 100644 --- a/libre/linux-libre-lts/linux-libre-lts.install +++ b/libre/linux-libre-lts/linux-libre-lts.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME=-lts -KERNEL_VERSION=3.0.26-1-LIBRE-LTS +KERNEL_VERSION=3.0.27-1-LIBRE-LTS post_install () { # updating module dependencies |