Date: Friday, March 9, 2018 @ 10:16:40 Author: spupykin Revision: 305169
upgpkg: drupal 8.5.0-1 Modified: drupal/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-09 10:11:01 UTC (rev 305168) +++ PKGBUILD 2018-03-09 10:16:40 UTC (rev 305169) @@ -3,7 +3,7 @@ # Contributor: Corrado Primier <[email protected]> pkgname=drupal -pkgver=8.4.5 +pkgver=8.5.0 pkgrel=1 pkgdesc="A PHP-based content management platform" arch=('any') @@ -14,10 +14,10 @@ backup=('etc/webapps/drupal/.htaccess') options=(!strip) source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz) -sha256sums=('bb5725e7d364ecffd63230ec4e0c143adbed5336d1fc2d3cbde576e3681651b6') +sha256sums=('ad137a492676334b44adafdb92a692561dbb7e53bdfbd606066b5a196eb85f15') package() { - depends=('php71' 'php71-gd') + depends=('php' 'php-gd') _instdir="$pkgdir"/usr/share/webapps/drupal mkdir -p ${_instdir}
