summaryrefslogtreecommitdiff
path: root/community/collectd/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-24 01:49:18 -0700
committerroot <root@rshg054.dnsready.net>2013-08-24 01:49:18 -0700
commit49e0f6ae5dad013852999f497117d6798b2fb085 (patch)
tree0df325f48646f4489efda55fa9c9e9bebbe24363 /community/collectd/PKGBUILD
parentdbffe56f58d40a9a456baeba5d488c9f968a352a (diff)
Sat Aug 24 01:47:21 PDT 2013
Diffstat (limited to 'community/collectd/PKGBUILD')
-rw-r--r--community/collectd/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD
index 691b918e4..bb3e40a02 100644
--- a/community/collectd/PKGBUILD
+++ b/community/collectd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 91648 2013-05-26 09:24:29Z bluewind $
+# $Id: PKGBUILD 96266 2013-08-23 04:10:37Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Gerhard Brauer <gerhard.brauer@web.de>
pkgname=collectd
-pkgver=5.3.0
-pkgrel=3
+pkgver=5.4.0
+pkgrel=1
pkgdesc='Daemon which collects system performance statistics periodically'
url='http://collectd.org/'
arch=('i686' 'x86_64')
@@ -38,11 +38,11 @@ makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
depends=('libltdl' 'iptables')
-source=("${url}files/${pkgname}-${pkgver}.tar.gz"
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
'libperl.patch'
'service')
-sha1sums=('53879095aa51b7dd0b30882b0c9b6ce8c93a8539'
- '245c098d121a4a05594553583310953b3a2f6461'
+sha1sums=('c2bc3ca3c62cfba4499c4eb14066a4c78301cc2c'
+ '5364ea1330bc56c3b7cfb6d7f19a627c0053279e'
'04f676d0b76c34df0bbf94629813e035b1febe04')
backup=('etc/collectd.conf')
@@ -50,9 +50,9 @@ options=('!libtool')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ sed 's/-Werror//g' -i *.in */*.in */*/*.in
patch -p1 -i ../libperl.patch
autoconf
- sed 's/-Werror//g' -i src/Makefile.in
}
build() {