diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-26 04:25:10 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-26 04:25:10 -0300 |
commit | 08e5245a00de624be126945a92ee01140d368cdd (patch) | |
tree | 017bcc725282f5d00d294e108bd01024ec13e37a /libre/linux-libre | |
parent | d6da6b21bd3c14d5a3aa9655482770a14c54c6fe (diff) | |
download | abslibre-08e5245a00de624be126945a92ee01140d368cdd.tar.gz abslibre-08e5245a00de624be126945a92ee01140d368cdd.tar.bz2 abslibre-08e5245a00de624be126945a92ee01140d368cdd.zip |
linux-libre-3.10.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 37ec6585b..90b6a45c5 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -13,7 +13,7 @@ _basekernel=3.10 _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') @@ -39,7 +39,7 @@ md5sums=('d562fd52580a3b6b18b6eeb5921d1d5c' '8267264d9a8966e57fdacd1fa1fc65c4' '04b21c79df0a952c22d681dd4f4562df' 'f3def2cefdcbb954c21d8505d23cc83c' - '223606d6db3504732aab7711833a30fb') + 'dd620e4cb68341f847686c000d8038e8') if [ "$CARCH" != "mips64el" ]; then # don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |