summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Koch2017-07-07 19:08:55 +0200
committerAlexander Koch2017-07-07 19:08:55 +0200
commit6b6eed33b49c065a65229eaf3b2b6bd30e4946ed (patch)
tree8e59ae37d3adbf20978d5eb638bb617c733be152 /PKGBUILD
parentd15234ae6b356db7b83ecf9c31e9d937741411c3 (diff)
downloadaur-6b6eed33b49c065a65229eaf3b2b6bd30e4946ed.tar.gz
bump for upstream changes
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=()