diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-08 13:10:34 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-08 13:10:34 -0300 |
commit | 95703ae64f549d7e5cfbb8cfbb5ed796de812559 (patch) | |
tree | ccb9b30119cdb48ca64f9343d6f3cea9b07f8755 /libre/linux-libre-lts | |
parent | da32686308e1d1aa1ce847babc6a9ce461fb4b45 (diff) | |
download | abslibre-95703ae64f549d7e5cfbb8cfbb5ed796de812559.tar.gz abslibre-95703ae64f549d7e5cfbb8cfbb5ed796de812559.tar.bz2 abslibre-95703ae64f549d7e5cfbb8cfbb5ed796de812559.zip |
linux-libre-3.0.31-1: updating version
Diffstat (limited to 'libre/linux-libre-lts')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 6 | ||||
-rw-r--r-- | 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 e8de15b08..cf020ccdb 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -9,10 +9,10 @@ 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=30 +_sublevel=31 pkgver=${_basekernel}.${_sublevel} _lxopkgver=${_basekernel}.30 # nearly always the same as pkgver -pkgrel=2 +pkgrel=1 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 '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' - '930220b973c8d439397bc5217f1e629a' + '2748e4e15dada12fe284e9ae341a4652' 'df7e69a7b238c6492b589cc2beb894d2' '2ef390e115d6ae1c074c30fec9258442' 'c072b17032e80debc6a8626299245d46' diff --git a/libre/linux-libre-lts/linux-libre-lts.install b/libre/linux-libre-lts/linux-libre-lts.install index 870545419..c43e2648b 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.30-2-LIBRE-LTS +KERNEL_VERSION=3.0.31-1-LIBRE-LTS post_install () { # updating module dependencies |