summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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")