summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordreieck2023-02-21 11:19:01 +0100
committerdreieck2023-02-21 11:19:01 +0100
commit545fd8abb5f5b9ec70df3cc510d898c32e7175e7 (patch)
tree85b508043109e8d15b40bf04bddd5c8b6a51cd83 /PKGBUILD
parent870f0734e9c26a73ea498e503057636ec9bed00c (diff)
downloadaur-545fd8abb5f5b9ec70df3cc510d898c32e7175e7.tar.gz
Changed provides `phc-intel` to `PHC-INTEL-MODULE`.
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'