[arch-commits] Commit in acpi_call-dkms/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Dec 10 07:24:50 UTC 2020
Date: Thursday, December 10, 2020 @ 07:24:50
Author: alucryd
Revision: 772966
acpi_call-dkms 1.2.1-3: demote linux-headers to optdeps
Modified:
acpi_call-dkms/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-10 07:17:03 UTC (rev 772965)
+++ PKGBUILD 2020-12-10 07:24:50 UTC (rev 772966)
@@ -4,16 +4,14 @@
pkgname=acpi_call-dkms
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call - module sources'
url=https://github.com/nix-community/acpi_call
arch=(any)
license=(GPL)
depends=(dkms)
-makedepends=(
- git
- linux-headers
-)
+makedepends=(git)
+optdepends=('linux-headers: build for the linux kernel')
provides=(acpi_call=${pkgver}-${pkgrel})
conflicts=(acpi_call)
_tag=3a28aabfa337d59df91cc04c85b250da7f7cadea
More information about the arch-commits
mailing list