diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-19 11:00:47 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-19 11:00:47 -0300 |
commit | 862cb8f67f938ac15ad2fb824cf383b2ef10ed49 (patch) | |
tree | f2f6a2d52a2774544dea1b41b62f060847c46f11 /libre/tp_smapi/PKGBUILD | |
parent | 1101d7ba496226e15ec38f82cc7b5839570ba7dd (diff) | |
download | abslibre-862cb8f67f938ac15ad2fb824cf383b2ef10ed49.tar.gz abslibre-862cb8f67f938ac15ad2fb824cf383b2ef10ed49.tar.bz2 abslibre-862cb8f67f938ac15ad2fb824cf383b2ef10ed49.zip |
rebuild module packages against linux-libre-3.16.3_gnu-1
Diffstat (limited to 'libre/tp_smapi/PKGBUILD')
-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 46c30465c..87ecdec8c 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -14,8 +14,8 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.16 - _archrel=52 - _parabolarel=2 + _archrel=53 + _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 _archrel=30 |