summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordreieck2023-02-21 11:15:32 +0100
committerdreieck2023-02-21 11:15:32 +0100
commit32e437dc7357751fc2ffc9e0e6877510ffe1ec8b (patch)
treee59f660603d7fb86d2540760e39a7767c29250f1 /PKGBUILD
parentcaa227a0559323a355d5983db7f9512e5ef5df0e (diff)
downloadaur-32e437dc7357751fc2ffc9e0e6877510ffe1ec8b.tar.gz
Changed dependency `phc-intel` to `PHC-INTEL-MODULE`.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccb214388098..4cac255ea41c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,14 +14,14 @@ groups=(
)
pkgver=0.2
# _phcver="$(pacman -Q phc-intel | awk '{print $2}')" # Version of the installed package `phc-intel`.
-pkgrel=1
+pkgrel=2
pkgdesc="Helper scripts for phc-intel, a frequency driver for Intel CPUs with undervolting feature."
url="https://gitlab.com/linux-phc/phc-intel"
arch=('any')
license=('GPL2')
depends=(
'bash'
- 'phc-intel'
+ 'PHC-INTEL-MODULE'
)
makedepends=()
optdepends=()