summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Hirst2015-08-24 19:36:02 +0200
committerAdam Hirst2015-08-24 19:36:02 +0200
commit2ebbfd5a9c6c930e1cf40db14576f0c7b64af85a (patch)
treef7c0d08a93109a0286500cc15f7c3e5eb483b2d2
parent15a887e3861c18cd3fa75e2171ba666dc0970b9c (diff)
downloadaur-2ebbfd5a9c6c930e1cf40db14576f0c7b64af85a.tar.gz
Forgot to set correct versions
-rw-r--r--PKGBUILD4
-rw-r--r--acpi_call-ck.install2
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dcde55002b7..a078cb13b8b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=acpi_call-ck
pkgver=1.1.0
-pkgrel=15
-_extramodules=extramodules-4.0-ck
+pkgrel=7
+_extramodules=extramodules-4.1-ck
pkgdesc='A linux-ck kernel module that enables calls to ACPI methods through /proc/acpi/call'
arch=('i686' 'x86_64')
url="http://github.com/mkottman/${pkgname%-*}"
diff --git a/acpi_call-ck.install b/acpi_call-ck.install
index c59f6009947e..b12de7303e36 100644
--- a/acpi_call-ck.install
+++ b/acpi_call-ck.install
@@ -1,5 +1,5 @@
post_install() {
- _extramodules=extramodules-4.0-ck
+ _extramodules=extramodules-4.1-ck
depmod $(cat /usr/lib/modules/${_extramodules}/version)
}