[arch-commits] Commit in munin/trunk (Makefile.config PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri May 29 09:56:08 UTC 2020


    Date: Friday, May 29, 2020 @ 09:56:08
  Author: arojas
Revision: 387811

Switch to python 3

Modified:
  munin/trunk/Makefile.config
  munin/trunk/PKGBUILD

-----------------+
 Makefile.config |    2 +-
 PKGBUILD        |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: Makefile.config
===================================================================
--- Makefile.config	2020-05-29 09:50:16 UTC (rev 387810)
+++ Makefile.config	2020-05-29 09:56:08 UTC (rev 387811)
@@ -63,7 +63,7 @@
 PERL       := /usr/bin/perl
 
 # The python interpreter to use (used by some plugins)
-PYTHON     := /usr/bin/env python2
+PYTHON     := /usr/bin/env python3
 
 # The ruby interpreter to use (used by some plugins)
 RUBY       := /usr/bin/env ruby

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 09:50:16 UTC (rev 387810)
+++ PKGBUILD	2020-05-29 09:56:08 UTC (rev 387811)
@@ -4,7 +4,7 @@
 pkgname=('munin' 'munin-node')
 pkgbase=munin
 pkgver=2.0.63
-pkgrel=1
+pkgrel=2
 pkgdesc="A distributed monitoring/graphing tool"
 arch=('any')
 url="http://munin-monitoring.org/"
@@ -66,7 +66,7 @@
 	optdepends=('perl-net-snmp: for SNMP plugins'
 	            'perl-net-ssleay: for SSL/TLS support'
 	            'perl-dbi: for database monitoring plugins'
-	            'python2: for some plugins'
+	            'python: for some plugins'
 	            'ruby: for some plugins')
 	backup=(etc/munin/munin-node.conf etc/logrotate.d/munin-node)
 	install=munin-node.install
@@ -83,7 +83,7 @@
 }
 
 md5sums=('c94430a387624971087fe4cf6814409c'
-         'e453f18d0c1a4d9b06abfbcaacad2be4'
+         'ddd12ed7e02015fee9cb00c9afc3e837'
          'dc9c83aa2a278466fb475364462f4119'
          'eb2f1e6e746e85ce1e91111f40086be0'
          'cdf139f2b6ae36852113f3411caa6e99'



More information about the arch-commits mailing list