diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-05-31 14:55:22 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-05-31 14:55:22 -0500 |
commit | 697d8222ba906c1b36dc8413f358099739030222 (patch) | |
tree | a0617f58588eb77ee65c6f01c6b9ea6e2a8ce857 /libre/tp_smapi | |
parent | 39cfd58699e8284c039fd7f9976287348583d943 (diff) | |
download | abslibre-697d8222ba906c1b36dc8413f358099739030222.tar.gz abslibre-697d8222ba906c1b36dc8413f358099739030222.tar.bz2 abslibre-697d8222ba906c1b36dc8413f358099739030222.zip |
rebuild module packages against linux-libre-4.11.3_gnu-1
Diffstat (limited to 'libre/tp_smapi')
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index d3377a149..7a5f636f7 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -10,11 +10,11 @@ # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> # Contributor: Márcio Silva <coadde@parabola.nu> -_kernelname=-lts +_kernelname= if [[ ${_kernelname} == "" ]]; then - _basekernel=4.10 - _archrel=14 + _basekernel=4.11 + _archrel=16 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 |