diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-02 02:24:35 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-02 02:24:35 -0200 |
commit | d704f97ff750bf1a78b3f46bc8a2a1c9911927b3 (patch) | |
tree | 5cbfec2a7ccec668b75945fbfd361d24a68618c3 | |
parent | d2bc9c964395b7dbd1f44e1f1c724b4f991ffe55 (diff) | |
download | abslibre-d704f97ff750bf1a78b3f46bc8a2a1c9911927b3.tar.gz abslibre-d704f97ff750bf1a78b3f46bc8a2a1c9911927b3.tar.bz2 abslibre-d704f97ff750bf1a78b3f46bc8a2a1c9911927b3.zip |
linux-libre-3.8.1-1: updating version for mips64el
-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 2ca4e803c..b2a459f37 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -13,7 +13,7 @@ _basekernel=3.8 _sublevel=1 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_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') @@ -39,7 +39,7 @@ md5sums=('84c2a77910932ffc7d958744ac9cf2f5' '8267264d9a8966e57fdacd1fa1fc65c4' '04b21c79df0a952c22d681dd4f4562df' '9d3c56a4b999c8bfbd4018089a62f662' - 'c48f693ef89e848335edefbf84494ea1') + 'e46425096ddbfb9566ef276ac4b3e623') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |