Date: Wednesday, May 8, 2019 @ 21:30:43 Author: spupykin Revision: 463348
upgpkg: drupal 8.7.1-1 Modified: drupal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-08 21:30:27 UTC (rev 463347) +++ PKGBUILD 2019-05-08 21:30:43 UTC (rev 463348) @@ -2,7 +2,7 @@ # Contributor: Corrado Primier <[email protected]> pkgname=drupal -pkgver=8.7.0 +pkgver=8.7.1 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=('fa59c87eb83fb39b90946f965885cbb4fa3cd64f16708380390bb78d49da39f2') +sha256sums=('0740de22a7a415b3892f2942b5023e3f570601b428c43e0302a075027b704570') package() { depends=('php' 'php-gd')
