summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Hirst2016-03-27 11:15:39 +0100
committerAdam Hirst2016-03-27 11:15:39 +0100
commit0278b626a829ba1f2348241343ec902e4f35af87 (patch)
treefcd2fe66613b21bf037d801f5d3b4c877c07ddf3
parent8086f5cd3e0cba019bc9452122f2875c808ab7c9 (diff)
downloadaur-0278b626a829ba1f2348241343ec902e4f35af87.tar.gz
Update for 4.4.x
Don't forget to make sure that the installation process occurs /on/ a running 4.4.x kernel
-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 e713655e7503..a45ad536702b 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 = 8
+ pkgrel = 9
url = http://github.com/mkottman/acpi_call
install = acpi_call-ck.install
arch = i686
arch = x86_64
license = GPL
- makedepends = linux-ck-headers>=4.3
- makedepends = linux-ck-headers<4.4
- depends = linux-ck>=4.3
- depends = linux-ck<4.4
+ makedepends = linux-ck-headers>=4.4
+ makedepends = linux-ck-headers<4.5
+ depends = linux-ck>=4.4
+ depends = linux-ck<4.5
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 d29af7efe450..764f526bb0ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgname=acpi_call-ck
pkgver=1.1.0
-pkgrel=8
-_extramodules=extramodules-4.3-ck
+pkgrel=9
+_extramodules=extramodules-4.4-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.3' 'linux-ck<4.4')
-makedepends=('linux-ck-headers>=4.3' 'linux-ck-headers<4.4')
+depends=('linux-ck>=4.4' 'linux-ck<4.5')
+makedepends=('linux-ck-headers>=4.4' 'linux-ck-headers<4.5')
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 c5247b1cb043..47810d738cd1 100644
--- a/acpi_call-ck.install
+++ b/acpi_call-ck.install
@@ -1,5 +1,5 @@
post_install() {
- _extramodules=extramodules-4.3-ck
+ _extramodules=extramodules-4.4-ck
depmod $(cat /usr/lib/modules/${_extramodules}/version)
}