summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrfaber2018-09-30 22:35:52 +0200
committermrfaber2018-09-30 22:35:52 +0200
commitd6257e998aa5ac9e3a423dc6b8eb561618d5670e (patch)
treecc686adea6dfc1106e0e99337fdb753dac85a120 /PKGBUILD
parent8586b28129fef8f296ed496d9d0a97638a67f218 (diff)
downloadaur-d6257e998aa5ac9e3a423dc6b8eb561618d5670e.tar.gz
Change depends and makedepends to specific -ck packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd365db011f5..ea9172182627 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,13 +28,14 @@ pkgname=(acpi_call-ck)
# acpi_call-ck-piledriver
# acpi_call-ck-zen
pkgver=1.1.0
-pkgrel=10
+pkgrel=11
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-ck>=4.18' 'linux-ck<4.19')
-makedepends=('linux-ck-headers>=4.18' 'linux-ck-headers<4.19')
+depends=("linux-${pkgname#acpi_call-}>=4.18" "linux-${pkgname#acpi_call-}<4.19")
+makedepends=("linux-${pkgname#acpi_call-}-headers>=4.18"
+ "linux-${pkgname#acpi_call-}-headers<4.19")
provides=('acpi_call')
_extramodules=extramodules-${pkgname#acpi_call-}
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")