summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 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")