summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrfaber2019-06-08 14:50:41 +0200
committermrfaber2019-06-08 14:50:41 +0200
commit137b36eda4ba0a302674b392bb10d4bcfc9a54fd (patch)
tree1258effe562687edfe7f60297e4aa59f7518fe61
parenta997d39cfe0f0cd121609cc8050fcdce0b2eb8fe (diff)
downloadaur-137b36eda4ba0a302674b392bb10d4bcfc9a54fd.tar.gz
Update for linux 5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6009836c5b95..ebf2a6364e9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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 = 11
+ pkgrel = 12
url = https://github.com/mkottman/acpi_call
arch = x86_64
license = GPL
makedepends = linux-ck-headers>=4.18
- makedepends = linux-ck-headers<5.0
+ makedepends = linux-ck-headers<5.2
depends = linux-ck>=4.18
- depends = linux-ck<5.0
+ depends = linux-ck<5.2
provides = acpi_call
source = acpi_call-ck-1.1.0.tar.gz::https://github.com/mkottman/acpi_call/archive/v1.1.0.tar.gz
sha256sums = d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0
diff --git a/PKGBUILD b/PKGBUILD
index 62ecde1c6b2a..561cdd4e1d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,14 +28,14 @@ pkgname=(acpi_call-ck)
# acpi_call-ck-piledriver
# acpi_call-ck-zen
pkgver=1.1.0
-pkgrel=11
+pkgrel=12
pkgdesc='A linux-ck kernel module that enables calls to ACPI methods through /proc/acpi/call'
url='https://github.com/mkottman/acpi_call'
arch=('x86_64')
license=('GPL')
-depends=("linux-${pkgname#acpi_call-}>=4.18" "linux-${pkgname#acpi_call-}<5.0")
+depends=("linux-${pkgname#acpi_call-}>=4.18" "linux-${pkgname#acpi_call-}<5.2")
makedepends=("linux-${pkgname#acpi_call-}-headers>=4.18"
- "linux-${pkgname#acpi_call-}-headers<5.0")
+ "linux-${pkgname#acpi_call-}-headers<5.2")
provides=('acpi_call')
_extramodules=extramodules-${pkgname#acpi_call-}
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")