[arch-commits] Commit in collectd/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Wed May 11 19:31:46 UTC 2016


    Date: Wednesday, May 11, 2016 @ 21:31:46
  Author: bisson
Revision: 174833

build optional write_riemann plugin

Modified:
  collectd/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-11 19:19:30 UTC (rev 174832)
+++ PKGBUILD	2016-05-11 19:31:46 UTC (rev 174833)
@@ -4,7 +4,7 @@
 
 pkgname=collectd
 pkgver=5.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='http://collectd.org/'
 arch=('i686' 'x86_64')
@@ -31,12 +31,14 @@
             'libxml2: ascent and libvirt plugins'
             'yajl: curl_json plugin'
             'libatasmart: smart plugin'
-            'lvm2: lvm plugin')
+            'lvm2: lvm plugin'
+            'protobuf-c: write_riemann 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')
+             'lm_sensors' 'libvirt' 'libxml2' 'yajl' 'libatasmart' 'lvm2'
+             'protobuf-c')
 
 depends=('libltdl' 'iptables')
 



More information about the arch-commits mailing list