Date: Thursday, November 17, 2016 @ 08:33:46 Author: bisson Revision: 196221
implement FS#51846 Modified: collectd/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-17 08:29:34 UTC (rev 196220) +++ PKGBUILD 2016-11-17 08:33:46 UTC (rev 196221) @@ -4,7 +4,7 @@ pkgname=collectd pkgver=5.6.1 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon which collects system performance statistics periodically' url='https://collectd.org/' arch=('i686' 'x86_64') @@ -32,13 +32,14 @@ 'yajl: curl_json plugin' 'libatasmart: smart plugin' 'lvm2: lvm plugin' - 'protobuf-c: write_riemann plugin') + 'protobuf-c: write_riemann plugin' + 'mosquitto: MQTT plugin') makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached' 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'openipmi' 'liboping' 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors' 'libvirt' 'libxml2' 'yajl' 'libatasmart' 'lvm2' - 'protobuf-c') + 'protobuf-c' 'mosquitto') depends=('libltdl' 'iptables')
