summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrfaber2020-04-18 14:18:40 +0200
committermrfaber2020-04-18 14:18:40 +0200
commitbab2239b2e7d0273143ba00977674f66a6bad998 (patch)
tree26ea60b474899d04ab9353c7c67e24562387b6be
parentbaedace5e5b36674e500aadfd72d8378931ef6b5 (diff)
downloadaur-bab2239b2e7d0273143ba00977674f66a6bad998.tar.gz
Remove upper limit for linux-ck version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 721ce01df846..615bdc5a154b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,7 @@ pkgbase = acpi_call-ck
arch = x86_64
license = GPL
makedepends = linux-ck-headers>=4.18
- makedepends = linux-ck-headers<5.3
depends = linux-ck>=4.18
- depends = linux-ck<5.3
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 64f070aef855..70605c1aa5b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,9 +33,8 @@ 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-}<5.3")
-makedepends=("linux-${pkgname#acpi_call-}-headers>=4.18"
- "linux-${pkgname#acpi_call-}-headers<5.3")
+depends=("linux-${pkgname#acpi_call-}>=4.18")
+makedepends=("linux-${pkgname#acpi_call-}-headers>=4.18")
provides=('acpi_call')
_extramodules=extramodules-${pkgname#acpi_call-}
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")