summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrfaber2019-02-15 15:38:29 +0100
committermrfaber2019-02-15 15:38:29 +0100
commita997d39cfe0f0cd121609cc8050fcdce0b2eb8fe (patch)
treee9cae6a69408f613e2e3316cd1c7aa05c8a59875
parent9338a32f856c5f40459c1c48c225d1a81fc6c94d (diff)
downloadaur-a997d39cfe0f0cd121609cc8050fcdce0b2eb8fe.tar.gz
Update compatible linux versions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b63e235317ab..6009836c5b95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,9 @@ pkgbase = acpi_call-ck
arch = x86_64
license = GPL
makedepends = linux-ck-headers>=4.18
- makedepends = linux-ck-headers<4.19
+ makedepends = linux-ck-headers<5.0
depends = linux-ck>=4.18
- depends = linux-ck<4.19
+ depends = linux-ck<5.0
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 ea9172182627..62ecde1c6b2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,9 +33,9 @@ pkgdesc='A linux-ck kernel module that enables calls to ACPI methods through /pr
url='https://github.com/mkottman/acpi_call'
arch=('x86_64')
license=('GPL')
-depends=("linux-${pkgname#acpi_call-}>=4.18" "linux-${pkgname#acpi_call-}<4.19")
+depends=("linux-${pkgname#acpi_call-}>=4.18" "linux-${pkgname#acpi_call-}<5.0")
makedepends=("linux-${pkgname#acpi_call-}-headers>=4.18"
- "linux-${pkgname#acpi_call-}-headers<4.19")
+ "linux-${pkgname#acpi_call-}-headers<5.0")
provides=('acpi_call')
_extramodules=extramodules-${pkgname#acpi_call-}
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")