summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd97b4f4c08b..fd7527f19370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,18 +7,18 @@
pkgname=acpi_call-pf
pkgver=1.1.0
-pkgrel=24
-_extramodules=extramodules-4.4-pf
+pkgrel=25
+_extramodules=extramodules-4.5-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.4' 'linux-pf<4.5')
-makedepends=('linux-pf-headers>=4.4' 'linux-pf-headers<4.5')
+depends=('linux-pf>=4.5' 'linux-pf<4.6')
+makedepends=('linux-pf-headers>=4.5' 'linux-pf-headers<4.6')
provides=("${pkgname%-*}")
install="${pkgname}.install"
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d0d14.52944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+sha256sums=('d0d14.62944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
build() {
cd ${pkgname%-*}-${pkgver}