diff options
Diffstat (limited to 'libre/bbswitch')
-rw-r--r-- | libre/bbswitch/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 9c9850a88..3520f9ef1 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -13,7 +13,7 @@ if [[ ${_kernelname} == "" ]]; then _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 - _archrel=4 + _archrel=5 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=3.18 |