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

Pierre Schmitz pierre at archlinux.org
Sat Jan 23 08:59:43 UTC 2021


    Date: Saturday, January 23, 2021 @ 08:59:43
  Author: pierre
Revision: 825922

Update dependency to php7 as PHP 8 is not supported yet

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-23 08:59:33 UTC (rev 825921)
+++ PKGBUILD	2021-01-23 08:59:43 UTC (rev 825922)
@@ -3,7 +3,7 @@
 
 pkgname=drupal
 pkgver=9.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A PHP-based content management platform"
 arch=('any')
 url="https://www.drupal.org/"
@@ -16,7 +16,7 @@
 sha256sums=('cd20780a1f86e69150cb99e9c95170fe92f75371a8a440437a2e0dd9968ef26d')
 
 package() {
-  depends=('php' 'php-gd')
+  depends=('php7' 'php7-gd')
 
   _instdir="$pkgdir"/usr/share/webapps/drupal
   mkdir -p ${_instdir}



More information about the arch-commits mailing list