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

Gaëtan Bisson bisson at archlinux.org
Mon Jan 8 06:33:57 UTC 2018


    Date: Monday, January 8, 2018 @ 06:33:56
  Author: bisson
Revision: 280387

implement FS#56978

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 06:33:32 UTC (rev 280386)
+++ PKGBUILD	2018-01-08 06:33:56 UTC (rev 280387)
@@ -4,7 +4,7 @@
 
 pkgname=collectd
 pkgver=5.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('x86_64')
@@ -16,6 +16,7 @@
             'libgcrypt: encryption and authentication for network plugin'
             'libmemcached: memcachec plugin'
             'libmariadbclient: mysql plugin'
+            'libsystemd: UdevNameAttr option'
             'iproute2: netlink plugin'
             'net-snmp: snmp plugin'
             'libnotify: notify_desktop plugin'
@@ -36,12 +37,7 @@
             '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' 'libmicrohttpd')
-
+makedepends=(${optdepends[@]%:*})
 depends=('libltdl' 'iptables')
 
 source=("${url}files/${pkgname}-${pkgver}.tar.bz2"



More information about the arch-commits mailing list