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