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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Jan 16 06:58:09 UTC 2018


    Date: Tuesday, January 16, 2018 @ 06:58:08
  Author: bpiotrowski
Revision: 314946

Add pcre to zabbix-server and zabbix-proxy dependencies

Modified:
  zabbix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-16 06:56:37 UTC (rev 314945)
+++ PKGBUILD	2018-01-16 06:58:08 UTC (rev 314946)
@@ -75,7 +75,7 @@
 
 package_zabbix-server() {
   pkgdesc='Monitoring software for networks and applications'
-  depends=(net-snmp curl libxml2 unixodbc libldap libevent)
+  depends=(net-snmp curl libxml2 unixodbc libldap libevent pcre)
   optdepends=('postgresql-libs: for PostgreSQL support'
               'libmariadbclient: for MariaDB support')
   backup=(etc/zabbix/zabbix_server.conf)
@@ -141,7 +141,7 @@
 
 package_zabbix-proxy() {
   pkgdesc='Data collecting proxy for Zabbix'
-  depends=(net-snmp curl libxml2 sqlite unixodbc libldap)
+  depends=(net-snmp curl libxml2 sqlite unixodbc libldap pcre)
   optdepends=('libmariadbclient: for MariaDB support'
               'postgresql-libs: for PostgreSQL support')
   backup=(etc/zabbix/zabbix_proxy.conf)



More information about the arch-commits mailing list