[arch-commits] Commit in acpi_call-dkms/trunk (PKGBUILD dkms.conf)
Christian Hesse
eworm at archlinux.org
Fri Nov 6 07:55:11 UTC 2020
Date: Friday, November 6, 2020 @ 07:55:10
Author: eworm
Revision: 743880
upgpkg: acpi_call-dkms 1.2.1-2: fix kernel version
Modified:
acpi_call-dkms/trunk/PKGBUILD
acpi_call-dkms/trunk/dkms.conf
-----------+
PKGBUILD | 8 +++-----
dkms.conf | 2 +-
2 files changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-06 07:12:02 UTC (rev 743879)
+++ PKGBUILD 2020-11-06 07:55:10 UTC (rev 743880)
@@ -4,7 +4,7 @@
pkgname=acpi_call-dkms
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
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)
@@ -21,10 +21,8 @@
git+https://github.com/nix-community/acpi_call.git#tag=${_tag}
dkms.conf
)
-b2sums=(
- SKIP
- a571f825ad02afc24126c8f6f0908f29c75ea025799505fbfecf9eb27e0b9671dbc678535154b4fb3f8b768ced26c470dd687d953480d5dae743dc0f885f7671
-)
+b2sums=('SKIP'
+ '504da1102e778fe54368e990408dbef02f5b2ce91f683d170f3d6a1a2f9349d00d61dcbddd0262a8dfc958ea0964135ba58d8dd88ac06bd10b5e13b90f11faef')
pkgver() {
cd acpi_call
Modified: dkms.conf
===================================================================
--- dkms.conf 2020-11-06 07:12:02 UTC (rev 743879)
+++ dkms.conf 2020-11-06 07:55:10 UTC (rev 743880)
@@ -2,7 +2,7 @@
PACKAGE_VERSION="#MODULE_VERSION#"
AUTOINSTALL="yes"
-MAKE[0]="make KVERSION=$kernelver"
+MAKE[0]="make KVER=$kernelver"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="acpi_call"
More information about the arch-commits
mailing list