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

Gaëtan Bisson bisson at archlinux.org
Sat Feb 24 19:23:23 UTC 2018


    Date: Saturday, February 24, 2018 @ 19:23:22
  Author: bisson
Revision: 297934

implement FS#57614

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-24 19:17:06 UTC (rev 297933)
+++ PKGBUILD	2018-02-24 19:23:22 UTC (rev 297934)
@@ -4,7 +4,7 @@
 
 pkgname=collectd
 pkgver=5.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('x86_64')
@@ -25,7 +25,7 @@
             'libpcap: dns plugin'
             'perl: perl plugin'
             'postgresql-libs: postgresql plugin'
-            'python2: python plugin'
+            'python: python plugin'
             'rrdtool: rrdtool and rrdcached plugins'
             'lm_sensors: lm_sensors and sensors plugins'
             'libvirt: libvirt plugin'
@@ -60,7 +60,7 @@
 		--sysconfdir=/etc \
 		--localstatedir=/var \
 		--sbindir=/usr/bin \
-		--with-python=/usr/bin/python2 \
+		--with-python=/usr/bin/python \
 		--with-perl-bindings='INSTALLDIRS=vendor'
 	make all
 }



More information about the arch-commits mailing list