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

Eric Bélanger eric at nymeria.archlinux.org
Wed Feb 5 17:02:20 UTC 2014


    Date: Wednesday, February 5, 2014 @ 18:02:20
  Author: eric
Revision: 205470

Update depends

Modified:
  munin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-05 16:59:45 UTC (rev 205469)
+++ PKGBUILD	2014-02-05 17:02:20 UTC (rev 205470)
@@ -12,7 +12,7 @@
 license=("GPL")
 makedepends=('perl' 'rrdtool' 'perl-log-log4perl' 'perl-html-template'
              'perl-date-manip' 'perl-io-socket-inet6' 'perl-net-snmp'
-             'perl-net-ssleay' 'perl-net-server' 'perl-file-copy-recursive'
+             'perl-net-ssleay' 'perl-net-server' 'perl-extutils-makemaker'
              'perl-fcgi' 'perl-uri')
 source=(http://downloads.sourceforge.net/sourceforge/munin/munin-$pkgver.tar.gz
         Makefile.config
@@ -39,7 +39,7 @@
 package_munin() {
 	depends=('perl' 'rrdtool' 'perl-html-template' 'perl-date-manip'
              'perl-log-log4perl' 'perl-io-socket-inet6'
-             'perl-file-copy-recursive' 'perl-fcgi' 'perl-uri' 'munin-node')
+             'perl-extutils-makemaker' 'perl-fcgi' 'perl-uri' 'munin-node')
 	backup=(etc/munin/munin.conf etc/logrotate.d/munin)
 	install=munin.install
 




More information about the arch-commits mailing list