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 | |
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')
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index c7f3b1b07..a6d06d042 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -11,19 +11,19 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> -_basekernel=5.7.10-1 +_basekernel=5.8.3 pkgname=tp_smapi pkgver=0.43 pkgrel=224 -pkgrel+=.parabola1.basekernel${_basekernel%-*} +pkgrel+=.parabola1.basekernel${_basekernel} pkgdesc="Modules for ThinkPad's SMAPI functionality" pkgdesc+=" (for linux-libre)" arch=('x86_64') arch+=('i686') url='https://github.com/evgeni/tp_smapi' license=('GPL') -makedepends=(linux-libre-headers=${_basekernel%-*} git libelf) +makedepends=(linux-libre-headers=${_basekernel} git libelf) _commit=a63729ab30d85430048f65c37f29188ab484cd52 # tags/tp-smapi/0.43 source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit") sha256sums=('SKIP') @@ -43,7 +43,7 @@ build() { } package() { - depends=(linux-libre=${_basekernel%-*}) + depends=(linux-libre=${_basekernel}) local extradir=/usr/lib/modules/$(</usr/src/linux-libre/version)/extramodules cd $pkgname |