diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-04-12 12:26:15 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-04-12 12:26:15 -0300 |
commit | 9898ac95eb533637ef65fcb6906f47eaf1826533 (patch) | |
tree | b981a215fbcc11976dde6dafaf1a17c39707fca7 /libre/tp_smapi | |
parent | efce86dd26f0f09886caf34df45dfc16d3068c7d (diff) | |
download | abslibre-9898ac95eb533637ef65fcb6906f47eaf1826533.tar.gz abslibre-9898ac95eb533637ef65fcb6906f47eaf1826533.tar.bz2 abslibre-9898ac95eb533637ef65fcb6906f47eaf1826533.zip |
rebuild module packages against linux-libre-lts-4.9.21_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 8a2010012..2726b493d 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.10 @@ -18,7 +18,7 @@ if [[ ${_kernelname} == "" ]]; then _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 - _archrel=10 + _archrel=11 _parabolarel=1 fi |