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

Gaetan Bisson bisson at archlinux.org
Sun Aug 23 04:26:10 UTC 2015


    Date: Sunday, August 23, 2015 @ 06:26:10
  Author: bisson
Revision: 138662

implement FS#46071

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-23 04:20:31 UTC (rev 138661)
+++ PKGBUILD	2015-08-23 04:26:10 UTC (rev 138662)
@@ -4,7 +4,7 @@
 
 pkgname=collectd
 pkgver=5.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='http://collectd.org/'
 arch=('i686' 'x86_64')
@@ -29,12 +29,13 @@
             'libvirt: libvirt plugin'
             'libxml2: ascent and libvirt plugins'
             'yajl: curl_json plugin'
-            'libatasmart: smart plugin')
+            'libatasmart: smart plugin'
+            'lvm2: lvm plugin')
 
 makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
              'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
              'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
-             'libvirt' 'libxml2' 'yajl' 'libatasmart')
+             'libvirt' 'libxml2' 'yajl' 'libatasmart' 'lvm2')
 
 depends=('libltdl' 'iptables')
 



More information about the arch-commits mailing list