diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-06-02 11:40:20 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-06-02 11:40:20 -0500 |
commit | 611e07d5e2cbab130d3bb635105b739d8a396a08 (patch) | |
tree | c1e85affd212ad8b697bc06d423dffa73cf98a85 /libre/acpi_call-dkms | |
parent | ea4343179d889e9bd92b50a4a6a50ee6e1881efd (diff) | |
download | abslibre-611e07d5e2cbab130d3bb635105b739d8a396a08.tar.gz abslibre-611e07d5e2cbab130d3bb635105b739d8a396a08.tar.bz2 abslibre-611e07d5e2cbab130d3bb635105b739d8a396a08.zip |
acpi_call-dkms-1.2.1-4.parabola1.basekernel5.12.6: rebuild
Diffstat (limited to 'libre/acpi_call-dkms')
-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 |