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

David Runge dvzrv at archlinux.org
Sun Feb 9 19:51:03 UTC 2020


    Date: Sunday, February 9, 2020 @ 19:51:02
  Author: dvzrv
Revision: 565534

upgpkg: cacti 1.2.8-2: Adding optdepends for scripts, that require perl.

Modified:
  cacti/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 19:47:43 UTC (rev 565533)
+++ PKGBUILD	2020-02-09 19:51:02 UTC (rev 565534)
@@ -4,7 +4,7 @@
 
 pkgname=cacti
 pkgver=1.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Network graphing solution using RRDTool"
 arch=('any')
 url="https://www.cacti.net"
@@ -11,6 +11,7 @@
 license=('GPL2')
 depends=('php-gd' 'php-snmp' 'rrdtool' 'ttf-dejavu')
 optdepends=('mariadb: use local MySQL server'
+            'perl: for scripts'
             'php-fpm: run in fastCGI process manager'
             'uwsgi: run as local application container')
 backup=('etc/webapps/cacti/.htaccess'



More information about the arch-commits mailing list