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

Gaetan Bisson bisson at archlinux.org
Sat Jun 6 17:36:01 UTC 2015


    Date: Saturday, June 6, 2015 @ 19:36:01
  Author: bisson
Revision: 134910

upstream update

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-06 16:34:49 UTC (rev 134909)
+++ PKGBUILD	2015-06-06 17:36:01 UTC (rev 134910)
@@ -3,8 +3,8 @@
 # Contributor: Gerhard Brauer <gerhard.brauer at web.de>
 
 pkgname=collectd
-pkgver=5.4.2
-pkgrel=2
+pkgver=5.5.0
+pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='http://collectd.org/'
 arch=('i686' 'x86_64')
@@ -39,7 +39,7 @@
 
 source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
         'service')
-sha1sums=('f98847ac8cfcd3a041def620ba07cd2c49b426f8'
+sha1sums=('ef97838e249814ad96a2edc0410326efbb4f3d08'
           '04f676d0b76c34df0bbf94629813e035b1febe04')
 
 backup=('etc/collectd.conf')
@@ -52,6 +52,7 @@
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+	export MAKEFLAGS='-j1'
 	./configure \
 		--prefix=/usr \
 		--sysconfdir=/etc \



More information about the arch-commits mailing list