summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZuyi Hu2016-04-20 20:01:57 +0800
committerZuyi Hu2016-04-20 20:01:57 +0800
commit801f7f49605f7895ace9d205cc5ecc81244a5d52 (patch)
tree06e7d3ecc48d2b5081e1c6f0e496ea7f6f5847fa
parent48f23b129c53bd6cb3dc8def93893db4d1caeda0 (diff)
downloadaur-801f7f49605f7895ace9d205cc5ecc81244a5d52.tar.gz
upgpkg: acpi_call-pf 1.1.0-25
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
-rw-r--r--acpi_call-pf.install2
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 476ddc1fed11..4b88a1dd8fa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Thu Apr 14 03:27:50 UTC 2016
+# Wed Apr 20 12:01:46 UTC 2016
pkgbase = acpi_call-pf
pkgdesc = A linux-pf kernel module that enables calls to ACPI methods through /proc/acpi/call
pkgver = 1.1.0
- pkgrel = 24
+ pkgrel = 25
url = http://github.com/mkottman/acpi_call
install = acpi_call-pf.install
arch = i686
arch = x86_64
license = GPL
- makedepends = linux-pf-headers>=4.4
- makedepends = linux-pf-headers<4.5
- depends = linux-pf>=4.4
- depends = linux-pf<4.5
+ makedepends = linux-pf-headers>=4.5
+ makedepends = linux-pf-headers<4.6
+ depends = linux-pf>=4.5
+ depends = linux-pf<4.6
provides = acpi_call
source = http://github.com/mkottman/acpi_call/archive/v1.1.0.tar.gz
- sha256sums = d0d14.52944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0
+ sha256sums = d0d14.62944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0
pkgname = acpi_call-pf
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}
diff --git a/acpi_call-pf.install b/acpi_call-pf.install
index fada3de07787..787e84fa205d 100644
--- a/acpi_call-pf.install
+++ b/acpi_call-pf.install
@@ -1,5 +1,5 @@
post_install() {
- _extramodules=extramodules-4.4-pf
+ _extramodules=extramodules-4.5-pf
depmod $(cat /usr/lib/modules/${_extramodules}/version)
}