diff options
Diffstat (limited to 'collectd/PKGBUILD')
-rw-r--r-- | collectd/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD index 3906bbb33..a6bd1c09b 100644 --- a/collectd/PKGBUILD +++ b/collectd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=collectd pkgver=5.12.0 -pkgrel=198 +pkgrel=197 pkgdesc='Daemon which collects system performance statistics periodically' url='https://collectd.org/' arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -46,6 +46,7 @@ _pinned_dependencies_i486=( 'libldap=2.6.4' 'liboping=1.10.0' 'librabbitmq-c=0.15.0' +net-snmp 'openipmi=2.0.33' 'rrdtool=1.8.0' ) |