Date: Friday, October 4, 2019 @ 21:14:04 Author: spupykin Revision: 512854
upgpkg: drupal 8.7.8-1 Modified: drupal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-04 21:12:16 UTC (rev 512853) +++ PKGBUILD 2019-10-04 21:14:04 UTC (rev 512854) @@ -2,7 +2,7 @@ # Contributor: Corrado Primier <cp663...@stud.polimi.it> pkgname=drupal -pkgver=8.7.7 +pkgver=8.7.8 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=('8a92decaf08e4c52f05bd2985cbf6c360ff2cc261bed47cfb30de2cacfae5423') +sha256sums=('c8d04d3972ad56e7e703697adc65af1d3e9fb7c0aa77a6d837394b2d6c61377d') package() { depends=('php' 'php-gd')