summaryrefslogtreecommitdiff
path: root/libre/acpi_call-dkms
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-08-29 19:14:07 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-08-29 19:14:51 -0400
commit039ae94adecb650b979a9117162c035245edd9f5 (patch)
treea32db79320716917908d394c4964ebf1ae045d5a /libre/acpi_call-dkms
parent1fbcc4f55a7b85fec8ddee545205a7469a3e010e (diff)
downloadabslibre-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-dkms')
-rw-r--r--libre/acpi_call-dkms/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/acpi_call-dkms/PKGBUILD b/libre/acpi_call-dkms/PKGBUILD
index a1ec4ff2d..101fc0fc9 100644
--- a/libre/acpi_call-dkms/PKGBUILD
+++ b/libre/acpi_call-dkms/PKGBUILD
@@ -6,12 +6,12 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.7.10-1
+_basekernel=5.8.3
pkgname=acpi_call-dkms
pkgver=1.1.0
pkgrel=287
-pkgrel+=.parabola1.basekernel${_basekernel%-*}
+pkgrel+=.parabola1.basekernel${_basekernel}
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call - module sources'
pkgdesc+=' (for linux-libre)'
url='https://github.com/mkottman/acpi_call'
@@ -19,7 +19,7 @@ arch=('x86_64')
arch+=('i686')
license=('GPL')
depends=('dkms')
-makedepends=(linux-libre-headers=${_basekernel%-*})
+makedepends=(linux-libre-headers=${_basekernel})
provides=("acpi_call=$pkgver-${pkgrel%%.*}")
conflicts=('acpi_call')
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz"