summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index faa04d92f255..1adb0ab886f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=hdd-spindown.sh-git
-pkgver=20150524
+pkgver=20170707
pkgrel=1
pkgdesc="Automatic Disk Standby using Kernel diskstats and hdparm"
url="https://github.com/lynix/hdd-spindown.sh"
arch=('any')
license=('MIT')
-depends=('awk' 'coreutils' 'grep' 'systemd' 'hdparm' 'util-linux')
-optdepends=('smartmontools: recognizing SMART self-tests')
+depends=('coreutils' 'grep' 'systemd' 'hdparm')
+optdepends=('smartmontools: recognizing SMART self-tests' \
+ 'iputils: host monitoring feature' \
+ 'util-linux: logging to syslog')
makedepends=()
conflicts=()
replaces=()