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 97542871b..2cde342b2 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -14,7 +14,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=4.1 - _archrel=71 + _archrel=72 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=3.14 @@ -64,7 +64,7 @@ pkgver=0.41 pkgrel=${_archrel}.parabola${_parabolarel}.basekernel${_basekernel} _extramodules=extramodules-${_basekernel}${_kernelname} pkgdesc="Modules for ThinkPad's SMAPI functionality (built for the linux-libre${_kernelname} kernel package)" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url='https://github.com/evgeni/tp_smapi' license=('GPL') |