diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-13 20:53:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-13 20:53:43 -0300 |
commit | da60549a36200ae920d7a8540bde9d324066a69a (patch) | |
tree | 442992d2a560ea5a4cb07b4b66486c173e3ea979 /libre/linux-libre | |
parent | 85f38fe6ab875a6fbb23aeb50e6ece094570814f (diff) | |
download | abslibre-da60549a36200ae920d7a8540bde9d324066a69a.tar.gz abslibre-da60549a36200ae920d7a8540bde9d324066a69a.tar.bz2 abslibre-da60549a36200ae920d7a8540bde9d324066a69a.zip |
linux-libre: 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 bcca75bcd..4124814f4 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -13,7 +13,7 @@ _basekernel=3.10 _sublevel=6 pkgver=${_basekernel}.${_sublevel} pkgrel=2 -_lxopkgver=${_basekernel}.5 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.6 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -45,7 +45,7 @@ md5sums=('d562fd52580a3b6b18b6eeb5921d1d5c' 'd50c1ac47394e9aec637002ef3392bd1' '3ff40ca684cfe719723e627e2cef7cea' 'e751378a3e94532bfe85fb82c80e26c0' - '6047f873d9c5ec552ab0bbfc125a4535') + '0f0e9441467a3eca33e23ebb75709f06') if [ "$CARCH" != "mips64el" ]; then # don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |