summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0611d65d9974..1fcb2f84f2ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hdd-spindown.sh-git
pkgdesc = Automatic Disk Standby using Kernel diskstats and hdparm
pkgver = 20170707
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lynix/hdd-spindown.sh
arch = any
license = MIT
@@ -12,6 +12,7 @@ pkgbase = hdd-spindown.sh-git
optdepends = smartmontools: recognizing SMART self-tests
optdepends = iputils: host monitoring feature
optdepends = util-linux: logging to syslog
+ backup = etc/hdd-spindown.rc
source = git://github.com/lynix/hdd-spindown.sh.git
md5sums = SKIP
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')