summaryrefslogtreecommitdiff
path: root/community/collectd
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-28 16:32:45 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-28 16:32:45 +0100
commite4421c38da95569f796d29c83a54f750e5222545 (patch)
tree3b7ac69f38e8a83d0dc58b69305011d095c5ceb0 /community/collectd
parent3ffe7613c97fecff8c5710dfbd44a984eaae9adc (diff)
parent0fbe25a10dce8ec16455854ed6929b688f98cb36 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/erlang/PKGBUILD community/haskell-x11-xft/PKGBUILD community/libgdamm/PKGBUILD community/luasql/PKGBUILD community/myodbc/PKGBUILD community/python2-basemap/PKGBUILD community/ruby-cairo/PKGBUILD community/ruby-gtk2/PKGBUILD community/stardict/PKGBUILD core/diffutils/PKGBUILD core/libsasl/PKGBUILD core/systemd/PKGBUILD extra/anjuta/PKGBUILD extra/ardour/PKGBUILD extra/boost/PKGBUILD extra/calligra/PKGBUILD extra/gnokii/PKGBUILD extra/icu/PKGBUILD extra/libgda/PKGBUILD extra/libmtp/PKGBUILD extra/lighttpd/PKGBUILD extra/mariadb/PKGBUILD extra/mysql/PKGBUILD extra/php/PKGBUILD extra/qt3/PKGBUILD extra/qt4/PKGBUILD extra/qt5/PKGBUILD extra/tracker/PKGBUILD extra/vlc/PKGBUILD extra/webkitgtk/PKGBUILD libre/lilo/PKGBUILD libre/psi/PKGBUILD
Diffstat (limited to 'community/collectd')
-rw-r--r--community/collectd/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD
index d4bffed52..6229fb5b4 100644
--- a/community/collectd/PKGBUILD
+++ b/community/collectd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 82585 2013-01-21 05:37:10Z bisson $
+# $Id: PKGBUILD 86998 2013-03-25 19:16:35Z bpiotrowski $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Gerhard Brauer <gerhard.brauer@web.de>
pkgname=collectd
-pkgver=5.2.0
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
pkgdesc='Daemon which collects system performance statistics periodically'
url='http://collectd.org/'
arch=('i686' 'x86_64' 'mips64el')
@@ -15,7 +15,7 @@ optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
'libesmtp: notify_email plugin'
'libgcrypt: encryption and authentication for network plugin'
'libmemcached: memcachec plugin'
- 'libmysqlclient: mysql plugin'
+ 'libmariadbclient: mysql plugin'
'iproute2: netlink plugin'
'net-snmp: snmp plugin'
'libnotify: notify_desktop plugin'
@@ -32,7 +32,7 @@ optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
'yajl: curl_json plugin')
makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmysqlclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
+ 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
'libvirt' 'libxml2' 'xmms' 'yajl')
@@ -42,7 +42,7 @@ source=("${url}files/${pkgname}-${pkgver}.tar.gz"
'libperl.patch'
'service'
'rc.d')
-sha1sums=('b56832913cbdc06ee370f89a57ed3c25ed16a88b'
+sha1sums=('2c51c21d339c221bd9f94b1ee2b44b1e388d6b39'
'245c098d121a4a05594553583310953b3a2f6461'
'b56907f532b9174e1b6995aadb518228d7464d3b'
'0f441718d5519cb043b1130e5a1d0379078adbcc')
@@ -76,5 +76,5 @@ package() {
install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}"
install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/collectd.service
install -Dm644 contrib/collectd2html.pl "${pkgdir}"/usr/share/collectd/collectd2html.pl
- mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man # perl man magick ignores datarootdir
+ mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man # perl man magic ignores datarootdir
}