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

Pierre Schmitz pierre at archlinux.org
Sat Jan 23 10:26:28 UTC 2021


    Date: Saturday, January 23, 2021 @ 10:26:27
  Author: pierre
Revision: 406639

Update dependency to php7 as PHP 8 is not supported yet

Modified:
  zabbix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-23 10:19:35 UTC (rev 406638)
+++ PKGBUILD	2021-01-23 10:26:27 UTC (rev 406639)
@@ -4,7 +4,7 @@
 pkgbase=zabbix
 pkgname=(zabbix-server zabbix-agent{,2} zabbix-proxy zabbix-frontend-php)
 pkgver=5.2.3
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.zabbix.com/'
 license=(GPL)
@@ -195,7 +195,7 @@
 
 package_zabbix-frontend-php() {
   pkgdesc='PHP frontend for Zabbix'
-  depends=(zabbix-server php php-gd)
+  depends=(zabbix-server php7 php7-gd)
 
   cd $pkgbase-$pkgver
   install -d "$pkgdir/usr/share/webapps/zabbix"



More information about the arch-commits mailing list