diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-06-12 18:21:06 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-06-12 18:21:06 -0300 |
commit | 2890c32a0f80a55893fb3b182db6c58ea8215a32 (patch) | |
tree | ac4548cd44d2bb688cd86a7bf76221f625b47fac /libre/linux-libre-lts/PKGBUILD | |
parent | 9ac40614dd4a52b0af5c1c521fe644ccb2d32c9d (diff) | |
download | abslibre-2890c32a0f80a55893fb3b182db6c58ea8215a32.tar.gz abslibre-2890c32a0f80a55893fb3b182db6c58ea8215a32.tar.bz2 abslibre-2890c32a0f80a55893fb3b182db6c58ea8215a32.zip |
linux-libre-3.0.34-1: updating version and fixing linux-libre.install for mips64el
Diffstat (limited to 'libre/linux-libre-lts/PKGBUILD')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index ac7ab36e8..f8c0edc6a 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -11,7 +11,7 @@ _kernelname=-LIBRE-LTS _basekernel=3.0 _sublevel=34 pkgver=${_basekernel}.${_sublevel} -_lxopkgver=${_basekernel}.32 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.34 # nearly always the same as pkgver pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" @@ -42,7 +42,7 @@ md5sums=('5f64180fe7df4e574dac5911b78f5067' '9d3c56a4b999c8bfbd4018089a62f662' '263725f20c0b9eb9c353040792d644e5' 'f36222e7ce20c8e4dc27376f9be60f6c' - '9c4fed22ad8ea99a54d20c22a63ad3d7') + '1a107ca509aec77af60fe8e9612c9fae') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |