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

Gaëtan Bisson bisson at archlinux.org
Sat Oct 5 02:00:28 UTC 2019


    Date: Saturday, October 5, 2019 @ 02:00:28
  Author: bisson
Revision: 512883

upstream update

Modified:
  collectd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-05 00:02:00 UTC (rev 512882)
+++ PKGBUILD	2019-10-05 02:00:28 UTC (rev 512883)
@@ -2,7 +2,7 @@
 # Contributor: Gerhard Brauer <gerhard.brauer at web.de>
 
 pkgname=collectd
-pkgver=5.9.1
+pkgver=5.9.2
 pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
@@ -41,10 +41,8 @@
 depends=('libltdl' 'iptables' 'libnsl')
 
 source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz"
-        'fix-failed-values-string.patch'
         'service')
-sha256sums=('51fb72f51489cb33fa4ddd65b757d81d77c13a33b36f031d6ce2835a2eec9adb'
-            'd9dca57380e69c8c10775d4e24fc40fd1bf838f7fd7cbbc9e1118e47f76ba0fe'
+sha256sums=('961116e74ac505b920578932fd2bd9904febbc7d5aefba3e0ea3d44337c00119'
             'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
 
 backup=('etc/collectd.conf')
@@ -53,7 +51,6 @@
 	cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
 	./build.sh
 	sed 's/ -Werror//g' -i configure
-	patch -p1 -i ../fix-failed-values-string.patch
 }
 
 build() {



More information about the arch-commits mailing list