summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2023-02-21 11:15:32 +0100
committerdreieck2023-02-21 11:15:32 +0100
commit32e437dc7357751fc2ffc9e0e6877510ffe1ec8b (patch)
treee59f660603d7fb86d2540760e39a7767c29250f1
parentcaa227a0559323a355d5983db7f9512e5ef5df0e (diff)
downloadaur-32e437dc7357751fc2ffc9e0e6877510ffe1ec8b.tar.gz
Changed dependency `phc-intel` to `PHC-INTEL-MODULE`.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e7f51b0584d..e4999d49cee2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = phc-intel-scripts
pkgdesc = Helper scripts for phc-intel, a frequency driver for Intel CPUs with undervolting feature.
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/linux-phc/phc-intel
install = phc-intel-scripts.install
arch = any
@@ -9,7 +9,7 @@ pkgbase = phc-intel-scripts
groups = phc-intel
license = GPL2
depends = bash
- depends = phc-intel
+ depends = PHC-INTEL-MODULE
backup = etc/default/phc-intel
source = phc-intel.conf.default
source = phc-intel.sh
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=()