diff options
Diffstat (limited to 'libre/bbswitch/PKGBUILD')
-rw-r--r-- | libre/bbswitch/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 4ff5c6911..7ecd57886 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -6,7 +6,7 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> -_kernelname= +_kernelname=-lts if [[ ${_kernelname} == "" ]]; then _basekernel=4.11 @@ -14,7 +14,7 @@ if [[ ${_kernelname} == "" ]]; then _parabolarel=2 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 - _archrel=31 + _archrel=33 _parabolarel=1 fi |