diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-12 17:01:14 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-12 17:01:14 -0300 |
commit | f3be1b3551f0ecc2d5785359cf2737fb9894ba8c (patch) | |
tree | 8c5267b49b559a89af868261fd4544cb97f6672f /libre | |
parent | 0796a63a27eb7fc9a98a449d42999613c70eadae (diff) | |
download | abslibre-f3be1b3551f0ecc2d5785359cf2737fb9894ba8c.tar.gz abslibre-f3be1b3551f0ecc2d5785359cf2737fb9894ba8c.tar.bz2 abslibre-f3be1b3551f0ecc2d5785359cf2737fb9894ba8c.zip |
linux-libre-3.5.1-1: updating version for mips64el
Diffstat (limited to '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 e48f7395b..21a5a68d4 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -13,7 +13,7 @@ _basekernel=3.5 _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') @@ -44,7 +44,7 @@ md5sums=('2407fc9563a74acaf38aa0c06516eb1c' '04b21c79df0a952c22d681dd4f4562df' '9d3c56a4b999c8bfbd4018089a62f662' '2afcc001cc178be72e3a19d95f4bd5eb' - 'dd81d72d74a5989d9b623d0996a4e989') + 'eb25429666af638b01baa663eca74d08') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |