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

Pierre Schmitz pierre at archlinux.org
Sat Jan 23 10:13:31 UTC 2021


    Date: Saturday, January 23, 2021 @ 10:13:31
  Author: pierre
Revision: 825941

Update dependency to php7 as PHP 8 is not supported yet

Modified:
  phppgadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-23 10:12:21 UTC (rev 825940)
+++ PKGBUILD	2021-01-23 10:13:31 UTC (rev 825941)
@@ -4,12 +4,12 @@
 
 pkgname=phppgadmin
 pkgver=7.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A web-based administration tool for PostgreSQL"
 arch=('any')
 url="https://github.com/phppgadmin/phppgadmin/"
 license=('GPL')
-depends=('php' 'php-pgsql')
+depends=('php7' 'php7-pgsql')
 backup=('etc/webapps/phppgadmin/config.inc.php')
 source=("https://github.com/phppgadmin/phppgadmin/releases/download/REL_${pkgver//./-}/phpPgAdmin-$pkgver.tar.bz2")
 sha256sums=('dc9a5d74c49330af65664b3fd145df2b76c63f946e0de86e306b308ad104939c')



More information about the arch-commits mailing list