diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-01 18:50:57 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-01 18:50:57 -0200 |
commit | 7da88b5da64e36f7226026425f1edc1fc1687ea7 (patch) | |
tree | 46e99c82a360993a65d60d47f9a028e7e77baf30 | |
parent | 8d1e15fb072950eaf9e23342f03cf4d702fc2e8d (diff) | |
download | abslibre-7da88b5da64e36f7226026425f1edc1fc1687ea7.tar.gz abslibre-7da88b5da64e36f7226026425f1edc1fc1687ea7.tar.bz2 abslibre-7da88b5da64e36f7226026425f1edc1fc1687ea7.zip |
linux-libre-3.6.5-1: updating version
-rwxr-xr-x | libre/linux-libre/PKGBUILD | 4 | ||||
-rwxr-xr-x | libre/linux-libre/linux-libre.install | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index c48d12472..d5b44814f 100755 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -10,7 +10,7 @@ pkgbase=linux-libre # Build stock -LIBRE kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.6 -_sublevel=4 +_sublevel=5 pkgver=${_basekernel}.${_sublevel} pkgrel=1 _lxopkgver=${_basekernel}.4 # nearly always the same as pkgver @@ -33,7 +33,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn 'module-init-wait-3.6.patch' "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") md5sums=('a2312edd0265b5b07bd4b50afae2b380' - '71451d3fdb67db17581393a061bf9516' + 'a126c193c6fbb3acff00c426493897df' 'e4a3a4677e1fac6ecf0e0fb44c41ca08' '68fc36a4efb6ade0eca409b9444fef0c' 'e49ac236dfeef709f91a3d993ea7b62c' diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install index 681b322af..30b5abc90 100755 --- a/libre/linux-libre/linux-libre.install +++ b/libre/linux-libre/linux-libre.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.6.4-1-LIBRE +KERNEL_VERSION=3.6.5-1-LIBRE # 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' |