summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordreieck2023-02-21 13:23:24 +0100
committerdreieck2023-02-21 13:23:24 +0100
commit1adbb10bda1dec0ec060ebe990336ce8cd5614c5 (patch)
tree8f5d2c1db08ca73a26ef24e8ba89edbab8604996 /PKGBUILD
parentae9ae3fec6fb16281aa1290da77bcfc31fef9226 (diff)
downloadaur-1adbb10bda1dec0ec060ebe990336ce8cd5614c5.tar.gz
Tiny cosmetic fixup in `pkgname`-array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c49a8c6c2d3b..64efe0e5562f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
_pkgbase=phc-intel-scripts
pkgbase="${_pkgbase}"
-pkgname=("${pkgbase}" "phc-intel-openrc" "phc-intel-sysvinit" "phc-intel-systemd")
+pkgname=("phc-intel-scripts" "phc-intel-openrc" "phc-intel-sysvinit" "phc-intel-systemd")
groups=(
'linux-phc'
'phc-intel'
)
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Helper and init scripts for phc-intel, a frequency driver for Intel CPUs with undervolting feature."
url="https://gitlab.com/linux-phc/phc-intel"
arch=('any')