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

Sergej Pupykin spupykin at gemini.archlinux.org
Tue Jul 19 19:36:34 UTC 2022


    Date: Tuesday, July 19, 2022 @ 19:36:34
  Author: spupykin
Revision: 1254698

upgpkg: drupal 9.4.2-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-19 18:37:16 UTC (rev 1254697)
+++ PKGBUILD	2022-07-19 19:36:34 UTC (rev 1254698)
@@ -2,8 +2,8 @@
 # Contributor: Corrado Primier <cp663137 at stud.polimi.it>
 
 pkgname=drupal
-pkgver=9.2.9
-pkgrel=2
+pkgver=9.4.2
+pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
 url="https://www.drupal.org/"
@@ -13,10 +13,10 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('cf846f32875f7ba12f5b7dae894b1fc8ca99af82aad939dc071d488b5a430fd4')
+sha256sums=('08b749f320966c2e24f16c0b78ff60ce8f8c3ddd3111556a95f4fd13ab4b0b5d')
 
 package() {
-  depends=('php7' 'php7-gd')
+  depends=('php' 'php-gd')
 
   _instdir="$pkgdir"/usr/share/webapps/drupal
   mkdir -p ${_instdir}



More information about the arch-commits mailing list