summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Koch2017-07-07 19:11:03 +0200
committerAlexander Koch2017-07-07 19:11:03 +0200
commit6768bf00ffe27673568cb29cf7890dd944188adc (patch)
treed4ca14ca56f58e5fac34f91d138d422ec11b8484 /PKGBUILD
parent6b6eed33b49c065a65229eaf3b2b6bd30e4946ed (diff)
downloadaur-6768bf00ffe27673568cb29cf7890dd944188adc.tar.gz
PKGBUILD: Add backup entry for configuration file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1adb0ab886f8..33218adde2a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hdd-spindown.sh-git
pkgver=20170707
-pkgrel=1
+pkgrel=2
pkgdesc="Automatic Disk Standby using Kernel diskstats and hdparm"
url="https://github.com/lynix/hdd-spindown.sh"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('smartmontools: recognizing SMART self-tests' \
makedepends=()
conflicts=()
replaces=()
-backup=()
+backup=('etc/hdd-spindown.rc')
source=("git://github.com/lynix/hdd-spindown.sh.git")
md5sums=('SKIP')