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

Florian Pritz bluewind at gemini.archlinux.org
Sun Jul 31 12:17:38 UTC 2022


    Date: Sunday, July 31, 2022 @ 12:17:38
  Author: bluewind
Revision: 451777

upgpkg: zabbix 6.2.1-2: depend on php8. supported since zabbix 6.2.1

Modified:
  zabbix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-31 12:10:56 UTC (rev 451776)
+++ PKGBUILD	2022-07-31 12:17:38 UTC (rev 451777)
@@ -4,7 +4,7 @@
 pkgbase=zabbix
 pkgname=(zabbix-server zabbix-agent{,2} zabbix-proxy zabbix-frontend-php)
 pkgver=6.2.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.zabbix.com/'
 license=(GPL)
@@ -213,7 +213,7 @@
 
 package_zabbix-frontend-php() {
   pkgdesc='PHP frontend for Zabbix'
-  depends=(zabbix-server php7 php7-gd)
+  depends=(zabbix-server php php-gd)
 
   cd $pkgbase-$pkgver
   install -d "$pkgdir/usr/share/webapps/zabbix"



More information about the arch-commits mailing list