Date: Monday, January 13, 2020 @ 10:19:12 Author: bisson Revision: 373424
upstream update Modified: graphicsmagick/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-13 10:16:34 UTC (rev 373423) +++ PKGBUILD 2020-01-13 10:19:12 UTC (rev 373424) @@ -4,8 +4,8 @@ # Contributor: Anton Leontiev <[email protected]> pkgname=graphicsmagick -pkgver=1.3.33 -pkgrel=2 +pkgver=1.3.34 +pkgrel=1 pkgdesc='Image processing system' url='http://www.graphicsmagick.org/' arch=('x86_64') @@ -18,7 +18,7 @@ depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz' 'libpng' 'libtiff' 'libwebp') source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz") -sha256sums=('130cb330a633580b5124eba5c125bbcbc484298423a97b9bed37ccd50d6dc778') +sha256sums=('df009d5173ed0d6a0c6457234256c5a8aeaace782afa1cbab015d5a12bd4f7a4') options=('!emptydirs' 'libtool')
