summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2023-02-24 20:55:38 +0100
committerdreieck2023-02-24 20:55:38 +0100
commit12f600f8a734f7cc88cbc10b5634606762ef3bcc (patch)
tree177f06231edecced1bf057429d3fe2cb02c3c6bb
parent1adbb10bda1dec0ec060ebe990336ce8cd5614c5 (diff)
downloadaur-12f600f8a734f7cc88cbc10b5634606762ef3bcc.tar.gz
Package `phc-intel-systemd`: Removed executable bit of `/usr/lib/systemd/system/phc-intel.service`, as suggested [here](https://aur.archlinux.org/pkgbase/phc-intel-scripts#comment-903558).
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fe32c9561bf..9eae1b7ec4b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = phc-intel-scripts
pkgdesc = Helper and init scripts for phc-intel, a frequency driver for Intel CPUs with undervolting feature.
pkgver = 0.3
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/linux-phc/phc-intel
arch = any
groups = linux-phc
diff --git a/PKGBUILD b/PKGBUILD
index 64efe0e5562f..3097d86edd97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ groups=(
'phc-intel'
)
pkgver=0.3
-pkgrel=2
+pkgrel=3
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')
@@ -116,5 +116,5 @@ package_phc-intel-systemd() {
cd "${srcdir}"
- install -Dvm755 'phc-intel.systemd' "${pkgdir}/usr/lib/systemd/system/phc-intel.service"
+ install -Dvm644 'phc-intel.systemd' "${pkgdir}/usr/lib/systemd/system/phc-intel.service"
} \ No newline at end of file