diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-06 15:30:54 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-06 15:30:54 -0200 |
commit | e3dc6f9abc67c76c1b0f20f2cda2409d3bcb892a (patch) | |
tree | 6c2d62756577ff14c08e43e39bb1d6da793c0d3a /libre/tp_smapi/PKGBUILD | |
parent | 3dfa4c8e94024ee02a9fd424ba57436198235647 (diff) | |
parent | 623b1b2c96a9218330db27480a3ee1a0e301fb1a (diff) |
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre
Diffstat (limited to 'libre/tp_smapi/PKGBUILD')
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index 84e1a36fa..5d9b436c2 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -14,7 +14,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=3.16 - _archrel=53 + _archrel=54 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 |