diff options
Diffstat (limited to 'libre/tp_smapi-lts/PKGBUILD')
-rw-r--r-- | libre/tp_smapi-lts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/tp_smapi-lts/PKGBUILD b/libre/tp_smapi-lts/PKGBUILD index 66f6d033f..c57fef82f 100644 --- a/libre/tp_smapi-lts/PKGBUILD +++ b/libre/tp_smapi-lts/PKGBUILD @@ -11,20 +11,20 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> -_basekernel=5.4.51 +_basekernel=5.4.60 pkgname=tp_smapi-lts _pkgname=tp-smapi pkgver=0.43 pkgrel=82 -pkgrel+=.parabola1.basekernel${_basekernel%_*} +pkgrel+=.parabola1.basekernel${_basekernel} pkgdesc="Modules for ThinkPad's SMAPI functionality" pkgdesc+=" (for linux-libre-lts)" arch=('x86_64') arch+=('i686') url='https://github.com/evgeni/tp_smapi' license=('GPL') -makedepends=(linux-libre-lts-headers=${_basekernel%-*} 'git' libelf) +makedepends=(linux-libre-lts-headers=${_basekernel} 'git' libelf) _commit=a63729ab30d85430048f65c37f29188ab484cd52 # tags/tp-smapi/0.43 source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit") sha256sums=('SKIP') @@ -44,7 +44,7 @@ build() { } package() { - depends=(linux-libre-lts=${_basekernel%-*}) + depends=(linux-libre-lts=${_basekernel}) local extradir=/usr/lib/modules/$(</usr/src/linux-libre-lts/version)/extramodules cd tp_smapi |