diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-19 20:20:39 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-19 20:20:39 -0300 |
commit | 0c5c12698a9613fbac9ebb3adc089a875a3c9267 (patch) | |
tree | ee45acc31b37981999b5bbbcf03e974ad431a8c4 /libre/tp_smapi | |
parent | c82a8d2c4a31df7f4de3b6daa8115ec55be6a231 (diff) |
rebuild module packages against linux-libre-lts-3.14.19_gnu-1
Diffstat (limited to 'libre/tp_smapi')
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index 87ecdec8c..84e1a36fa 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -18,7 +18,7 @@ if [[ ${_kernelname} == "" ]]; then _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 - _archrel=30 + _archrel=31 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=3.16 |