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

Gaëtan Bisson bisson at archlinux.org
Wed May 20 20:41:25 UTC 2020


    Date: Wednesday, May 20, 2020 @ 20:41:24
  Author: bisson
Revision: 630987

upstream update

Modified:
  collectd/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-20 20:35:15 UTC (rev 630986)
+++ PKGBUILD	2020-05-20 20:41:24 UTC (rev 630987)
@@ -2,8 +2,8 @@
 # Contributor: Gerhard Brauer <gerhard.brauer at web.de>
 
 pkgname=collectd
-pkgver=5.10.0
-pkgrel=3
+pkgver=5.11.0
+pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('x86_64')
@@ -40,22 +40,13 @@
 makedepends=(${optdepends[@]%:*})
 depends=('libltdl' 'iptables' 'libnsl')
 
-source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"
-        'https://github.com/collectd/collectd/pull/3344/commits/071af20ddcde3b58ddceacfd6eb95b6756af4323.patch'
+source=("https://storage.googleapis.com/collectd-tarballs/${pkgname}-${pkgver}.tar.bz2"
         'service')
-sha256sums=('869a6ae404f4b9aa0e830b8639629ddc29ad071b2717ff21bbb6e86d09cb6f58'
-            'c859da73801553d2f2d36d53ad4f8f5314dd9be7980c0563eb7ac021a87cd6ae'
+sha256sums=('37b10a806e34aa8570c1cafa6006c604796fae13cc2e1b3e630d33dcba9e5db2'
             'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
 
 backup=('etc/collectd.conf')
 
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p1 -i ../071af20ddcde3b58ddceacfd6eb95b6756af4323.patch
-	./build.sh
-	sed 's/ -Werror//g' -i configure
-}
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	./configure \
@@ -63,8 +54,10 @@
 		--sysconfdir=/etc \
 		--localstatedir=/var \
 		--sbindir=/usr/bin \
+		--disable-werror \
 		--with-python=/usr/bin/python \
-		--with-perl-bindings='INSTALLDIRS=vendor'
+		--with-perl-bindings='INSTALLDIRS=vendor' \
+
 	make all
 }
 



More information about the arch-commits mailing list