summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Hirst2015-11-16 13:02:06 +0100
committerAdam Hirst2015-11-16 13:02:59 +0100
commit8086f5cd3e0cba019bc9452122f2875c808ab7c9 (patch)
treeb64adc047ccee6d681c5e153c5f3e68b6a03c60f
parente6704ffad42a39c20db1d95c5dac3b981ca185ad (diff)
downloadaur-8086f5cd3e0cba019bc9452122f2875c808ab7c9.tar.gz
Update .SRCINFO for 4.3.x changes
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--acpi_call-ck.install2
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4abb0d7b3353..e713655e7503 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = acpi_call-ck
pkgdesc = A linux-ck kernel module that enables calls to ACPI methods through /proc/acpi/call
pkgver = 1.1.0
- pkgrel = 7
+ pkgrel = 8
url = http://github.com/mkottman/acpi_call
install = acpi_call-ck.install
arch = i686
arch = x86_64
license = GPL
- makedepends = linux-ck-headers>=4.1
- makedepends = linux-ck-headers<4.2
- depends = linux-ck>=4.1
- depends = linux-ck<4.2
+ makedepends = linux-ck-headers>=4.3
+ makedepends = linux-ck-headers<4.4
+ depends = linux-ck>=4.3
+ depends = linux-ck<4.4
provides = acpi_call
source = http://github.com/mkottman/acpi_call/archive/v1.1.0.tar.gz
sha256sums = d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0
diff --git a/PKGBUILD b/PKGBUILD
index a078cb13b8b5..d29af7efe450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgname=acpi_call-ck
pkgver=1.1.0
-pkgrel=7
-_extramodules=extramodules-4.1-ck
+pkgrel=8
+_extramodules=extramodules-4.3-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%-*}"
license=('GPL')
-depends=('linux-ck>=4.1' 'linux-ck<4.2')
-makedepends=('linux-ck-headers>=4.1' 'linux-ck-headers<4.2')
+depends=('linux-ck>=4.3' 'linux-ck<4.4')
+makedepends=('linux-ck-headers>=4.3' 'linux-ck-headers<4.4')
provides=("${pkgname%-*}")
install="${pkgname}.install"
source=("${url}/archive/v${pkgver}.tar.gz")
diff --git a/acpi_call-ck.install b/acpi_call-ck.install
index b12de7303e36..c5247b1cb043 100644
--- a/acpi_call-ck.install
+++ b/acpi_call-ck.install
@@ -1,5 +1,5 @@
post_install() {
- _extramodules=extramodules-4.1-ck
+ _extramodules=extramodules-4.3-ck
depmod $(cat /usr/lib/modules/${_extramodules}/version)
}