diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-21 22:19:59 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-24 15:05:46 -0300 |
commit | ddf70ce309687acc70a1be252012b17b5bb5dbdc (patch) | |
tree | e68a27fa743bf65d59c4fa29af58e1a9996b1e32 /libre/tp_smapi | |
parent | 5406ff5624e24132f5b35f573693db6166456bf8 (diff) |
rebuild module packages against linux-libre-lts-4.4.18_gnu-1
Diffstat (limited to 'libre/tp_smapi')
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index fa83861ac..8f9652c26 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -10,7 +10,7 @@ # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> # Contributor: Márcio Silva <coadde@parabola.nu> -_kernelname= +_kernelname=-lts if [[ ${_kernelname} == "" ]]; then _basekernel=4.7 @@ -18,7 +18,7 @@ if [[ ${_kernelname} == "" ]]; then _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.4 - _archrel=2 + _archrel=3 _parabolarel=1 elif [[ ${_kernelname} == -grsec ]]; then _basekernel=4.7 |