diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-24 05:10:38 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-24 05:16:44 -0300 |
commit | b2c722834e34f60af8306b95cce2a974659590e8 (patch) | |
tree | 98ffc772707a14b6b4d9c1d6a22e5913ce3ebb32 /libre/tp_smapi | |
parent | 8dcfee16a1cf1dee16ce385a0d5303c3c613fdf4 (diff) | |
download | abslibre-b2c722834e34f60af8306b95cce2a974659590e8.tar.gz abslibre-b2c722834e34f60af8306b95cce2a974659590e8.tar.bz2 abslibre-b2c722834e34f60af8306b95cce2a974659590e8.zip |
rebuild module packages against linux-libre-4.10.4_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 4f1a1c835..8a2010012 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=13 + _archrel=14 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.9 |