summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2019-08-04 13:12:06 +0200
committerMuflone2019-08-04 13:12:06 +0200
commitc36f1748ca4d77f66efeacb97a26080c849dfef4 (patch)
tree2b481d56b3c02e6abd72ec16510a9f8ff0678308
parentb6e66af1d2364cc55be669bc4fbc078dc80e2379 (diff)
downloadaur-temp-throttle-git.tar.gz
Updated package temp-throttle-git r94.e89c5fd-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c096b09905c..8376836bbdf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = temp-throttle-git
pkgdesc = A shell script for throttling system CPU frequency based on a desired maximum temperature.
- pkgver = r53.311790a
+ pkgver = r94.e89c5fd
pkgrel = 1
url = https://github.com/Sepero/temp-throttle
arch = any
@@ -8,6 +8,7 @@ pkgbase = temp-throttle-git
makedepends = git
depends = bash
conflicts = temp-throttle
+ backup = etc/temp-throttle.conf
source = git://github.com/Sepero/temp-throttle.git#branch=testing
sha256sums = SKIP
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"
}