summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMuflone2019-08-04 13:12:06 +0200
committerMuflone2019-08-04 13:12:06 +0200
commitc36f1748ca4d77f66efeacb97a26080c849dfef4 (patch)
tree2b481d56b3c02e6abd72ec16510a9f8ff0678308 /PKGBUILD
parentb6e66af1d2364cc55be669bc4fbc078dc80e2379 (diff)
downloadaur-temp-throttle-git.tar.gz
Updated package temp-throttle-git r94.e89c5fd-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ef9516c83c8..dd75a1e8890d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ryan Young <ry an. ry. young@gmail.com> (omit spaces)
pkgname=temp-throttle-git
-pkgver=r53.311790a
+pkgver=r94.e89c5fd
pkgrel=1
pkgdesc="A shell script for throttling system CPU frequency based on a desired maximum temperature."
arch=('any')
@@ -11,6 +11,7 @@ license=('GPL2')
depends=('bash')
makedepends=('git')
conflicts=("temp-throttle")
+backup=("etc/temp-throttle.conf")
source=("git://github.com/Sepero/${pkgname%-git}.git#branch=testing")
sha256sums=('SKIP')
@@ -33,6 +34,6 @@ package() {
install -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}" "usr/share/doc/${pkgname%-git}/credits.txt"
# Install systemd service
install -m 755 -d "${pkgdir}/usr/lib/systemd/system"
- install -m 644 -t "${pkgdir}/usr/lib/systemd/system" "usr/lib/systemd/system/${pkgname%-git}@.service"
+ install -m 644 -t "${pkgdir}/usr/lib/systemd/system" "usr/lib/systemd/system/${pkgname%-git}.service"
}