diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-24 13:13:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-24 13:13:22 -0300 |
commit | b071c6284cd3f06a0be7471652e22e87c86cea11 (patch) | |
tree | 883b0c4089a2f873cb0ae3a41bc8dd989c67a712 /libre/linux-libre-lts | |
parent | e4392d9d9359136fe446862756fe3735c58f0364 (diff) | |
download | abslibre-b071c6284cd3f06a0be7471652e22e87c86cea11.tar.gz abslibre-b071c6284cd3f06a0be7471652e22e87c86cea11.tar.bz2 abslibre-b071c6284cd3f06a0be7471652e22e87c86cea11.zip |
linux-libre-lts-3.0.36-1: fixing version for mips64el
Diffstat (limited to 'libre/linux-libre-lts')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 257e3460d..6c163e5f5 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -11,7 +11,7 @@ _kernelname=-LIBRE-LTS _basekernel=3.0 _sublevel=36 pkgver=${_basekernel}.${_sublevel} -_lxopkgver=${_basekernel}.34 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.36 # nearly always the same as pkgver pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" |