diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-08-29 19:14:07 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-08-29 19:14:51 -0400 |
commit | 039ae94adecb650b979a9117162c035245edd9f5 (patch) | |
tree | a32db79320716917908d394c4964ebf1ae045d5a /libre/tp_smapi-lts | |
parent | 1fbcc4f55a7b85fec8ddee545205a7469a3e010e (diff) | |
download | abslibre-039ae94adecb650b979a9117162c035245edd9f5.tar.gz abslibre-039ae94adecb650b979a9117162c035245edd9f5.tar.bz2 abslibre-039ae94adecb650b979a9117162c035245edd9f5.zip |
[acpi_call][acpi_call-lts][acpi_call-dkms]: rebuild for current kernels (5.8.3 , 5.4.60)
Diffstat (limited to 'libre/tp_smapi-lts')
-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 |