diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-02 10:17:37 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-02 10:17:37 +0100 |
commit | ebfec135472b53e63f0542048f966fe6f6c5e2f9 (patch) | |
tree | 13474bddc294aadb74c62ae1fcfdb11f564ae831 /libre/linux-libre | |
parent | 1604884117f74aa37ac283f72a3c57cf5473f7ed (diff) | |
parent | 2f5224819ae83de6e9d8de008d5f2dc24769cb0d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/libchewing/PKGBUILD
extra/ntfs-3g_ntfsprogs/PKGBUILD
extra/scim-chewing/PKGBUILD
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 299fb4094..5dd8a1974 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -13,7 +13,7 @@ _basekernel=3.7 _sublevel=5 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.4 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.5 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -41,7 +41,7 @@ md5sums=('06bf9601d859531e7378eb43d4ca7dd3' '04b21c79df0a952c22d681dd4f4562df' '9d3c56a4b999c8bfbd4018089a62f662' '88d501404f172dac6fcb248978251560' - 'b65ff9dd54d2b2743a3b51c716d8745d') + '22056cd3540f16d19a4adfc83e055b1f') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |