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

Sergej Pupykin spupykin at archlinux.org
Tue Jan 9 18:11:58 UTC 2018


    Date: Tuesday, January 9, 2018 @ 18:11:51
  Author: spupykin
Revision: 280738

upgpkg: drupal 8.4.4-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-09 17:57:10 UTC (rev 280737)
+++ PKGBUILD	2018-01-09 18:11:51 UTC (rev 280738)
@@ -3,20 +3,22 @@
 # Contributor: Corrado Primier <cp663137 at stud.polimi.it>
 
 pkgname=drupal
-pkgver=8.4.3
+pkgver=8.4.4
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
 url="http://www.drupal.org/"
 license=('GPL')
-depends=('php' 'php-gd')
+depends=()
 install='drupal.install'
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('10f78082ba1199e38a3478b10f94e5753ee625c7e67fc9c59b59f2b15e7be09f')
+sha256sums=('d2441f8e42f3dcb26f8ef00c8e07ee25c57f5437b0d9ac56119a4aa3930e7a5b')
 
 package() {
+  depends=('php71' 'php71-gd')
+
   _instdir="$pkgdir"/usr/share/webapps/drupal
   mkdir -p ${_instdir}
   cd ${_instdir}



More information about the arch-commits mailing list