diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-21 17:53:36 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-21 17:53:36 -0200 |
commit | 6d922d071efba7dc5bd287f0882210458d231be8 (patch) | |
tree | f3c977be8eb923aa4c635125e406d7232b514620 | |
parent | 3a313b6d01be07930155507aafe81dc671773f82 (diff) | |
download | abslibre-6d922d071efba7dc5bd287f0882210458d231be8.tar.gz abslibre-6d922d071efba7dc5bd287f0882210458d231be8.tar.bz2 abslibre-6d922d071efba7dc5bd287f0882210458d231be8.zip |
linux-libre-3.7.1-2: updating version for mips64el
-rwxr-xr-x | 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 2de420d16..26c18da17 100755 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -13,7 +13,7 @@ _basekernel=3.7 _sublevel=1 pkgver=${_basekernel}.${_sublevel} pkgrel=2 -_lxopkgver=${_basekernel}.0 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.1 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -43,7 +43,7 @@ md5sums=('06bf9601d859531e7378eb43d4ca7dd3' '9d3c56a4b999c8bfbd4018089a62f662' '88d501404f172dac6fcb248978251560' '3485d6c7ae3af35d16e09d6d9a7ed32a' - '0a74f8d9c640daabb774c25cb74db512') + 'b56c33eaee920970151fffdfc7df0766') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |