diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-11 17:21:17 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-11 17:21:17 -0200 |
commit | 3a3c42fbc7f33535c661c8e3933fc3cdac86c252 (patch) | |
tree | fc37f4c42278fee3ce594a9b33cecd87782fb964 /libre/tp_smapi | |
parent | 8ef29d680551f9b6aa1d92d5224a46b27e50a3c2 (diff) |
rebuild module packages against linux-libre-lts-3.14.21_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 006b51667..9e8ce28db 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=32 + _archrel=33 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=3.16 |