diff options
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 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 |