Date: Friday, March 22, 2019 @ 19:35:26
  Author: jelle
Revision: 348875

upgpkg: munin 2.0.47-1

Upstream update.

Modified:
  munin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-22 19:33:47 UTC (rev 348874)
+++ PKGBUILD    2019-03-22 19:35:26 UTC (rev 348875)
@@ -3,8 +3,8 @@
 
 pkgname=('munin' 'munin-node')
 pkgbase=munin
-pkgver=2.0.26
-pkgrel=5
+pkgver=2.0.47
+pkgrel=1
 pkgdesc="A distributed monitoring/graphing tool"
 arch=('any')
 url="http://munin-monitoring.org/";
@@ -34,7 +34,7 @@
        # multithreading wrecks havoc on the build, should probably report this
        PERL_USE_UNSAFE_INC=1 \
        make -j1 PREFIX=''
-       make -j1 PREFIX='' common/blib/lib/Munin/Common/Defaults.pm
+        make -j1 PREFIX='' common/blib/lib/Munin/Common/Defaults.pm
 }
 
 package_munin() {
@@ -44,8 +44,9 @@
        backup=(etc/munin/munin.conf etc/logrotate.d/munin)
        install=munin.install
 
+
        cd "$srcdir/munin-$pkgver"
-       make DESTDIR="$pkgdir" install-master-prime
+       PERL5LIB=. make DESTDIR="$pkgdir" install-master-prime
        install -D -m644 ../munin-cron-entry 
"$pkgdir"/etc/munin/munin-cron-entry
        install -D -m644 ../logrotate.munin "$pkgdir"/etc/logrotate.d/munin
        install -D -m644 ../munin.tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/munin.conf
@@ -68,7 +69,7 @@
        install=munin-node.install
 
        cd "$srcdir/munin-$pkgver"
-       make DESTDIR="$pkgdir" install-common-prime install-node-prime 
install-plugins-prime install-async-prime
+       PERL5LIB=. make DESTDIR="$pkgdir" install-common-prime 
install-node-prime install-plugins-prime install-async-prime
        install -D -m644 ../logrotate.munin-node 
"$pkgdir"/etc/logrotate.d/munin-node
        install -D -m644 ../munin.tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/munin-node.conf
        install -D -m644 ../munin-node.service 
"$pkgdir"/usr/lib/systemd/system/munin-node.service
@@ -77,7 +78,7 @@
        chmod 775 "$pkgdir/var/lib/munin/plugin-state"
 }
 
-md5sums=('a9914c5c0fe1d00dc4059402d1db9f8d'
+md5sums=('3d834fdbcd404c5d3fbe32474f8a5fc7'
          'e453f18d0c1a4d9b06abfbcaacad2be4'
          'dc9c83aa2a278466fb475364462f4119'
          'eb2f1e6e746e85ce1e91111f40086be0'

Reply via email to