summaryrefslogtreecommitdiff
path: root/community/collectd/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-29 02:32:15 -0800
committerroot <root@rshg054.dnsready.net>2012-11-29 02:32:15 -0800
commitfd13fc6dba397df448ce6ecf87e806fdc3a8f3cd (patch)
tree5635460ffbb1eefba5dd2d0af61c5c7eb08e9dbd /community/collectd/PKGBUILD
parent5c5e1e3a998a54db424b8261fac042ab41745d99 (diff)
Thu Nov 29 02:28:50 PST 2012
Diffstat (limited to 'community/collectd/PKGBUILD')
-rw-r--r--community/collectd/PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD
index d8379a3e2..1c9979928 100644
--- a/community/collectd/PKGBUILD
+++ b/community/collectd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 73395 2012-07-07 05:48:11Z foutrelis $
+# $Id: PKGBUILD 80640 2012-11-28 06:12:39Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Gerhard Brauer <gerhard.brauer@web.de>
pkgname=collectd
-pkgver=5.1.0
-pkgrel=5
+pkgver=5.2.0
+pkgrel=1
pkgdesc='Daemon which collects system performance statistics periodically'
url='http://collectd.org/'
arch=('i686' 'x86_64')
@@ -14,7 +14,6 @@ optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
'libdbi: dbi plugin'
'libesmtp: notify_email plugin'
'libgcrypt: encryption and authentication for network plugin'
- 'iptables: iptables plugin'
'libmemcached: memcachec plugin'
'libmysqlclient: mysql plugin'
'iproute2: netlink plugin'
@@ -32,20 +31,18 @@ optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
'xmms: xmms plugin'
'yajl: curl_json plugin')
-makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'iptables' 'libmemcached'
+makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
'libmysqlclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
'libvirt' 'libxml2' 'xmms' 'yajl')
-depends=('libltdl')
+depends=('libltdl' 'iptables')
source=("${url}files/${pkgname}-${pkgver}.tar.gz"
- 'rtnl_dump_filter.patch'
'libperl.patch'
'service'
'rc.d')
-sha1sums=('55f17b17a10710641a9bf4e8c5332cef661cafcd'
- 'c92b8dacff0a71f2cc8645c2e350ff9bdc1cbd5f'
+sha1sums=('b56832913cbdc06ee370f89a57ed3c25ed16a88b'
'245c098d121a4a05594553583310953b3a2f6461'
'b56907f532b9174e1b6995aadb518228d7464d3b'
'0f441718d5519cb043b1130e5a1d0379078adbcc')
@@ -57,7 +54,6 @@ install=install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i ../rtnl_dump_filter.patch
patch -p1 -i ../libperl.patch
autoconf