diff options
Diffstat (limited to 'libre/acpi_call-dkms/PKGBUILD')
-rw-r--r-- | libre/acpi_call-dkms/PKGBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/libre/acpi_call-dkms/PKGBUILD b/libre/acpi_call-dkms/PKGBUILD index e0b3f960c..206a4dfa0 100644 --- a/libre/acpi_call-dkms/PKGBUILD +++ b/libre/acpi_call-dkms/PKGBUILD @@ -6,11 +6,11 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> -_basekernel=5.9.12 +_basekernel=5.12.6 pkgname=acpi_call-dkms pkgver=1.2.1 -pkgrel=2 +pkgrel=4 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)' @@ -18,10 +18,7 @@ url=https://github.com/nix-community/acpi_call arch=(x86_64 i686) license=(GPL) depends=(dkms) -makedepends=( - git - linux-libre-headers=${_basekernel} -) +makedepends=(git) provides=(acpi_call=${pkgver}-${pkgrel%%.*}) conflicts=(acpi_call) _tag=3a28aabfa337d59df91cc04c85b250da7f7cadea |