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/acpi_call-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/acpi_call-lts')
-rw-r--r-- | libre/acpi_call-lts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/acpi_call-lts/PKGBUILD b/libre/acpi_call-lts/PKGBUILD index 16d4a2597..6b2c9040e 100644 --- a/libre/acpi_call-lts/PKGBUILD +++ b/libre/acpi_call-lts/PKGBUILD @@ -6,19 +6,19 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> -_basekernel=5.4.51-1 +_basekernel=5.4.60 pkgname=acpi_call-lts pkgver=1.1.0 pkgrel=162 -pkgrel+=.parabola1.basekernel${_basekernel%-*} +pkgrel+=.parabola1.basekernel${_basekernel} pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call' pkgdesc+=' (for linux-libre-lts)' url='https://github.com/mkottman/acpi_call' arch=('x86_64') arch+=('i686' 'armv7h') license=('GPL') -makedepends=(linux-libre-lts-headers=${_basekernel%-*} libelf) +makedepends=(linux-libre-lts-headers=${_basekernel} libelf) provides=('acpi_call') source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz") sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0') @@ -39,7 +39,7 @@ build() { } package() { - depends=(linux-libre-lts=${_basekernel%-*}) + depends=(linux-libre-lts=${_basekernel}) cd acpi_call-$pkgver _extradir="/usr/lib/modules/$(</usr/src/linux-libre-lts/version)/extramodules" |