diff options
Diffstat (limited to 'collectd/PKGBUILD')
-rw-r--r-- | collectd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD index 0cc7be033..55255d07f 100644 --- a/collectd/PKGBUILD +++ b/collectd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=collectd pkgver=5.12.0 -pkgrel=29 +pkgrel=30 pkgdesc='Daemon which collects system performance statistics periodically' url='https://collectd.org/' arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -78,7 +78,7 @@ _pinned_dependencies=( 'libyajl.so=2' 'mosquitto=2.0.18' 'net-snmp=5.9.1' - 'nut=2.8.1' + 'nut=2.8.0' 'openipmi=2.0.34' 'rrdtool=1.8.0' ) |