Date: Tuesday, July 14, 2015 @ 04:33:59 Author: bisson Revision: 136805
implement FS#45616 Modified: collectd/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-13 20:38:15 UTC (rev 136804) +++ PKGBUILD 2015-07-14 02:33:59 UTC (rev 136805) @@ -4,7 +4,7 @@ pkgname=collectd pkgver=5.5.0 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon which collects system performance statistics periodically' url='http://collectd.org/' arch=('i686' 'x86_64') @@ -28,12 +28,13 @@ 'lm_sensors: lm_sensors and sensors plugins' 'libvirt: libvirt plugin' 'libxml2: ascent and libvirt plugins' - 'yajl: curl_json plugin') + 'yajl: curl_json plugin' + 'libatasmart: smart plugin') makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached' 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping' 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors' - 'libvirt' 'libxml2' 'yajl') + 'libvirt' 'libxml2' 'yajl' 'libatasmart') depends=('libltdl' 'iptables')
