diff options
author | root <root@rshg054.dnsready.net> | 2013-03-18 00:04:36 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-18 00:04:36 -0700 |
commit | f5da39f098910b7b6f92dfbcc0c4d5d235d4a57d (patch) | |
tree | 1e3b4c067e5d11156332774feabf33163764fd8a /libre/linux-libre-lts | |
parent | 993f2994ae292cae095a0282520680c33d92af5b (diff) |
Mon Mar 18 00:04:36 PDT 2013
Diffstat (limited to 'libre/linux-libre-lts')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index fb78c51a3..fc87dbdb6 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -10,7 +10,7 @@ _basekernel=3.0 _sublevel=69 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.68 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.69 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -44,7 +44,7 @@ md5sums=('5f64180fe7df4e574dac5911b78f5067' 'f36222e7ce20c8e4dc27376f9be60f6c' '670931649c60fcb3ef2e0119ed532bd4' '8a71abc4224f575008f974a099b5cf6f' - '31fc866c5f8a15f21222e5f236f5cd03') + 'affdc85f42267d4e01b34fcbea66b191') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |