diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-09 02:04:53 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-09 02:04:53 -0300 |
commit | 3aaf92b7f4d697b9186420d7324dd607b3dcc30a (patch) | |
tree | 31f026cc272aa4eb045455dee579925146cf8c37 /libre/bbswitch | |
parent | 335a510b611f7d2ad44dfc9adbfbbcdf3b3e1edf (diff) |
rebuild module packages against linux-libre-lts-4.1.19_gnu-1
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 7e28c0c07..209850bae 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -13,7 +13,7 @@ if [[ ${_kernelname} == "" ]]; then _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.1 - _archrel=16 + _archrel=17 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=4.4 |