diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-29 14:53:09 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-29 14:53:09 -0300 |
commit | 90e547c85a67974e22e0fb23a06879388caddc7b (patch) | |
tree | 9bd61816c6f7c1b4ce866a42c86b327dcdaac1a5 /libre | |
parent | 8a653457388d29ed6f5e607e5df823c6a187a0fe (diff) | |
download | abslibre-90e547c85a67974e22e0fb23a06879388caddc7b.tar.gz abslibre-90e547c85a67974e22e0fb23a06879388caddc7b.tar.bz2 abslibre-90e547c85a67974e22e0fb23a06879388caddc7b.zip |
linux-libre-lts-3.0.30-1: updating version
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 10 | ||||
-rw-r--r-- | libre/linux-libre-lts/linux-libre-lts.install | 2 | ||||
-rw-r--r-- | libre/linux-libre-lts/linux-libre-lts.preset | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 4c7de83e5..535e87424 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -9,9 +9,9 @@ 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=29 +_sublevel=30 pkgver=${_basekernel}.${_sublevel} -_lxopkgver=${_basekernel}.27 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.30 # nearly always the same as pkgver pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" @@ -32,17 +32,17 @@ 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' - '6c1dcf39863434add4043d0a3678001f' + '930220b973c8d439397bc5217f1e629a' 'df7e69a7b238c6492b589cc2beb894d2' '2ef390e115d6ae1c074c30fec9258442' - 'd2c0701480bce49fd4b40dc46b9863f1' + 'c072b17032e80debc6a8626299245d46' '2967cecc3af9f954ccc822fd63dca6ff' '8267264d9a8966e57fdacd1fa1fc65c4' '04b21c79df0a952c22d681dd4f4562df' '9d3c56a4b999c8bfbd4018089a62f662' '263725f20c0b9eb9c353040792d644e5' 'f36222e7ce20c8e4dc27376f9be60f6c' - '6f0a19113e73495e24873c31feab8464') + '0b9bffe2183ffec89f348d890dbff26d') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] diff --git a/libre/linux-libre-lts/linux-libre-lts.install b/libre/linux-libre-lts/linux-libre-lts.install index 714f68a17..4dedb01f3 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.29-1-LIBRE-LTS +KERNEL_VERSION=3.0.30-1-LIBRE-LTS post_install () { # updating module dependencies diff --git a/libre/linux-libre-lts/linux-libre-lts.preset b/libre/linux-libre-lts/linux-libre-lts.preset index 4621af434..37cf35ed0 100644 --- a/libre/linux-libre-lts/linux-libre-lts.preset +++ b/libre/linux-libre-lts/linux-libre-lts.preset @@ -1,4 +1,4 @@ -# mkinitcpio preset file for the 'linux' package +# mkinitcpio preset file for the 'linux-libre-lts' package ALL_config="/etc/mkinitcpio.conf" ALL_kver="/boot/vmlinuz-linux-libre-lts" |