Date: Tuesday, January 3, 2023 @ 11:02:51 Author: arojas Revision: 465293
upgpkg: graphicsmagick 1.3.39-1: Update to 1.3.39 Modified: graphicsmagick/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-03 10:57:00 UTC (rev 465292) +++ PKGBUILD 2023-01-03 11:02:51 UTC (rev 465293) @@ -4,8 +4,8 @@ # Contributor: Anton Leontiev <[email protected]> pkgname=graphicsmagick -pkgver=1.3.38 -pkgrel=7 +pkgver=1.3.39 +pkgrel=1 pkgdesc='Image processing system' url='http://www.graphicsmagick.org/' arch=('x86_64') @@ -20,7 +20,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=('d60cd9db59351d2b9cb19beb443170acaa28f073d13d258f67b3627635e32675') +sha256sums=('e30b1ca58e873d0a1ee208384724424db2d3c33a54034e261d14e8fbb8f8d04f') options=('!emptydirs' 'libtool')
