summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Koch2017-07-07 19:08:55 +0200
committerAlexander Koch2017-07-07 19:08:55 +0200
commit6b6eed33b49c065a65229eaf3b2b6bd30e4946ed (patch)
tree8e59ae37d3adbf20978d5eb638bb617c733be152
parentd15234ae6b356db7b83ecf9c31e9d937741411c3 (diff)
downloadaur-6b6eed33b49c065a65229eaf3b2b6bd30e4946ed.tar.gz
bump for upstream changes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25c6c6c9e9b3..0611d65d9974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
-# Generated by makepkg 4.2.1
-# Sat May 23 22:34:56 UTC 2015
pkgbase = hdd-spindown.sh-git
pkgdesc = Automatic Disk Standby using Kernel diskstats and hdparm
- pkgver = 20150524
+ pkgver = 20170707
pkgrel = 1
url = https://github.com/lynix/hdd-spindown.sh
arch = any
license = MIT
- depends = awk
depends = coreutils
depends = grep
depends = systemd
depends = hdparm
- depends = util-linux
optdepends = smartmontools: recognizing SMART self-tests
+ optdepends = iputils: host monitoring feature
+ optdepends = util-linux: logging to syslog
source = git://github.com/lynix/hdd-spindown.sh.git
md5sums = SKIP
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=()