summaryrefslogtreecommitdiff
path: root/libre/acpi_call-dkms/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/acpi_call-dkms/PKGBUILD')
-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"