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 8c1a5d7a8b9e..57fe89524486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ groups=(
)
pkgver=0.3.2.rev43.r51.20221212.9e5391b
_phcver="$(awk -F. '{print $1"."$2"."$3}' <<<"${pkgver}")"
-pkgrel=3
+pkgrel=4
pkgdesc="Frequency driver for Intel CPUs with undervolting feature. DKMS-based kernel module, stable branch."
url="https://gitlab.com/linux-phc/phc-intel"
arch=('any')
@@ -31,12 +31,11 @@ optdepends=(
provides=(
'linux-phc'
"${_pkgname}=${pkgver}"
- "phc-intel=${pkgver}"
"phc-intel-dkms=${pkgver}"
+ "PHC-INTEL-MODULE" # This means kernel-side support; packages providing kernel module, but also kernel packages which have that builtin, can set this.
)
conflicts=(
"${_pkgname}"
- "phc-intel"
"phc-intel-dkms"
)
install='phc-intel-dkms.install'