summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZuyi Hu2015-11-16 18:56:27 +0800
committerZuyi Hu2015-11-16 18:56:27 +0800
commitc97d7da4de2335b892771cfdfdaa0387d76e07f1 (patch)
tree6eb45ce4783e9f72845c7afd816494a68e803b4b
parent19855abf81b841d5de1352b255310ae89be5ea7e (diff)
downloadaur-c97d7da4de2335b892771cfdfdaa0387d76e07f1.tar.gz
upgpkg: acpi_call-pf 1.1.0-23
-rw-r--r--PKGBUILD8
-rw-r--r--acpi_call-pf.install2
2 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22ed73067157..fb92f4b6c06f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgname=acpi_call-pf
pkgver=1.1.0
-pkgrel=15
-_extramodules=extramodules-4.0-pf
+pkgrel=23
+_extramodules=extramodules-4.3-pf
pkgdesc='A linux-pf kernel module that enables calls to ACPI methods through /proc/acpi/call'
arch=('i686' 'x86_64')
url="http://github.com/mkottman/${pkgname%-*}"
license=('GPL')
-depends=('linux-pf>=4.0' 'linux-pf<4.1')
-makedepends=('linux-pf-headers>=4.0' 'linux-pf-headers<4.1')
+depends=('linux-pf>=4.3' 'linux-pf<4.4')
+makedepends=('linux-pf-headers>=4.3' 'linux-pf-headers<4.4')
provides=("${pkgname%-*}")
install="${pkgname}.install"
source=("${url}/archive/v${pkgver}.tar.gz")
diff --git a/acpi_call-pf.install b/acpi_call-pf.install
index 33e0e0603632..86b991df8e4f 100644
--- a/acpi_call-pf.install
+++ b/acpi_call-pf.install
@@ -1,5 +1,5 @@
post_install() {
- _extramodules=extramodules-4.0-pf
+ _extramodules=extramodules-4.3-pf
depmod $(cat /usr/lib/modules/${_extramodules}/version)
}