diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-09 05:41:18 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-09 05:41:18 -0200 |
commit | 48f27cca2de170d6629d2597b513f56b8223ac6a (patch) | |
tree | d9f6c6ecafb4b1269444426aec43a375032c405d /libre | |
parent | 92336a53ece79b009ed64404ed0bf99acd151552 (diff) | |
download | abslibre-48f27cca2de170d6629d2597b513f56b8223ac6a.tar.gz abslibre-48f27cca2de170d6629d2597b513f56b8223ac6a.tar.bz2 abslibre-48f27cca2de170d6629d2597b513f56b8223ac6a.zip |
linux-libre-lts-3.0.45-1: updating version
Diffstat (limited to 'libre')
-rwxr-xr-x | libre/linux-libre-lts/PKGBUILD | 6 | ||||
-rwxr-xr-x | libre/linux-libre-lts/linux-libre-lts.install | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 78b74d730..ec283afce 100755 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -7,9 +7,9 @@ pkgbase=linux-libre-lts # Build stock -LIBRE-LTS kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.0 -_sublevel=44 +_sublevel=45 pkgver=${_basekernel}.${_sublevel} -pkgrel=1.1 +pkgrel=1 _lxopkgver=${_basekernel}.44 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" @@ -30,7 +30,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/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") md5sums=('5f64180fe7df4e574dac5911b78f5067' - '6daa8be01b49423178082ebf5f615a24' + '74df2b1ddb4f50eed20df1dbfda040cd' 'aed25ab047e1c0b020a1516c235c6a74' '7d37e8ce0f4bd5a957172b12ae742ea0' 'c072b17032e80debc6a8626299245d46' diff --git a/libre/linux-libre-lts/linux-libre-lts.install b/libre/linux-libre-lts/linux-libre-lts.install index 2a208603c..843a3ce27 100755 --- 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.44-1.1-LIBRE-LTS +KERNEL_VERSION=3.0.45-1-LIBRE-LTS # set a sane PATH to ensure that critical utils like depmod will be found export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |