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

Gaëtan Bisson bisson at archlinux.org
Wed May 17 20:21:32 UTC 2017


    Date: Wednesday, May 17, 2017 @ 20:21:31
  Author: bisson
Revision: 228390

implement FS#54093

Modified:
  collectd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-17 20:03:47 UTC (rev 228389)
+++ PKGBUILD	2017-05-17 20:21:31 UTC (rev 228390)
@@ -4,7 +4,7 @@
 
 pkgname=collectd
 pkgver=5.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('i686' 'x86_64')
@@ -33,13 +33,14 @@
             'libatasmart: smart plugin'
             'lvm2: lvm plugin'
             'protobuf-c: write_riemann plugin'
-            'mosquitto: MQTT plugin')
+            'mosquitto: MQTT plugin'
+            'libmicrohttpd: prometheus 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' 'mosquitto')
+             'protobuf-c' 'mosquitto' 'libmicrohttpd')
 
 depends=('libltdl' 'iptables')
 



More information about the arch-commits mailing list