summaryrefslogtreecommitdiff
path: root/libre/acpi_call
diff options
context:
space:
mode:
Diffstat (limited to 'libre/acpi_call')
-rw-r--r--libre/acpi_call/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD
index dfe92063a..feb375b7e 100644
--- a/libre/acpi_call/PKGBUILD
+++ b/libre/acpi_call/PKGBUILD
@@ -6,19 +6,19 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.7.10-1
+_basekernel=5.8.3
pkgname=acpi_call
pkgver=1.1.0
pkgrel=336
-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)'
url='https://github.com/mkottman/acpi_call'
arch=('x86_64')
arch+=('i686')
license=('GPL')
-makedepends=("linux-libre-headers=${_basekernel%-*}" "acpi_call-dkms=$pkgver")
+makedepends=("linux-libre-headers=${_basekernel}" "acpi_call-dkms=$pkgver")
conflicts=('acpi_call-dkms')
build() {
@@ -29,7 +29,7 @@ build() {
}
package() {
- depends=(linux-libre=${_basekernel%-*})
+ depends=(linux-libre=${_basekernel})
_kernver=$(</usr/src/linux-libre/version)