Skip to content
Snippets Groups Projects
Commit 745c7919 authored by Christian Hesse's avatar Christian Hesse :stuck_out_tongue_winking_eye:
Browse files

fix kernel version

parent 49a0070f
No related tags found
No related merge requests found
......@@ -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 @@ source=(
git+https://github.com/nix-community/acpi_call.git#tag=${_tag}
dkms.conf
)
b2sums=(
SKIP
a571f825ad02afc24126c8f6f0908f29c75ea025799505fbfecf9eb27e0b9671dbc678535154b4fb3f8b768ced26c470dd687d953480d5dae743dc0f885f7671
)
b2sums=('SKIP'
'504da1102e778fe54368e990408dbef02f5b2ce91f683d170f3d6a1a2f9349d00d61dcbddd0262a8dfc958ea0964135ba58d8dd88ac06bd10b5e13b90f11faef')
pkgver() {
cd acpi_call
......
......@@ -2,7 +2,7 @@ PACKAGE_NAME="acpi_call"
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment