Date: Thursday, December 5, 2019 @ 16:09:56 Author: spupykin Revision: 535642
upgpkg: drupal 8.8.0-1 Modified: drupal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-05 15:25:13 UTC (rev 535641) +++ PKGBUILD 2019-12-05 16:09:56 UTC (rev 535642) @@ -2,7 +2,7 @@ # Contributor: Corrado Primier <cp663...@stud.polimi.it> pkgname=drupal -pkgver=8.7.10 +pkgver=8.8.0 pkgrel=1 pkgdesc="A PHP-based content management platform" arch=('any') @@ -13,7 +13,7 @@ backup=('etc/webapps/drupal/.htaccess') options=(!strip) source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz) -sha256sums=('728257e82b76d0d1bfe606827d4ff3d13fdf81cec5e1f2ca43aa0e2e034ad558') +sha256sums=('5924759f1a997e1d30fe2165ea53f9ef44d3f4a5739f580e08a4c6c76245a607') package() { depends=('php' 'php-gd')