diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-17 16:16:29 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-17 16:16:29 -0300 |
commit | 5b63d289f07d3fbf0fd79836b9f1252b3ea331d6 (patch) | |
tree | a2a24a38692df47b6175a41082a64ec951c67162 /libre/linux-libre | |
parent | 23438b80265052c1e83aa8cb4e72aaeabf11e844 (diff) | |
download | abslibre-5b63d289f07d3fbf0fd79836b9f1252b3ea331d6.tar.gz abslibre-5b63d289f07d3fbf0fd79836b9f1252b3ea331d6.tar.bz2 abslibre-5b63d289f07d3fbf0fd79836b9f1252b3ea331d6.zip |
linux-libre-3.5.2-1: updating version for mips64el
Diffstat (limited to 'libre/linux-libre')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 012492f94..bf8c4c19a 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -13,7 +13,7 @@ _basekernel=3.5 _sublevel=2 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.1 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.2 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -42,7 +42,7 @@ md5sums=('2407fc9563a74acaf38aa0c06516eb1c' '8267264d9a8966e57fdacd1fa1fc65c4' '04b21c79df0a952c22d681dd4f4562df' '9d3c56a4b999c8bfbd4018089a62f662' - 'eb25429666af638b01baa663eca74d08') + 'd822cc131b20090f39b0d448b0e1f8be') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |