[arch-commits] Commit in acpi_call/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Oct 25 13:19:19 UTC 2019
Date: Friday, October 25, 2019 @ 13:19:17
Author: heftig
Revision: 518871
1.1.0-255: kernel 5.3.7.arch1-2
Modified:
acpi_call/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-25 13:19:15 UTC (rev 518870)
+++ PKGBUILD 2019-10-25 13:19:17 UTC (rev 518871)
@@ -5,12 +5,11 @@
pkgbase=acpi_call
pkgname=(acpi_call acpi_call-dkms)
pkgver=1.1.0
-pkgrel=254
+pkgrel=255
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
url='https://github.com/mkottman/acpi_call'
arch=('x86_64')
license=('GPL')
-depends=('linux')
makedepends=('linux-headers')
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz"
dkms.conf)
@@ -33,6 +32,8 @@
}
package_acpi_call() {
+ depends=(linux)
+
cd $pkgbase-$pkgver
_extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
install -Dt "$pkgdir$_extradir" -m644 *.ko
More information about the arch-commits
mailing list