ImageMagick: update to 7.1.0.44.

This commit is contained in:
André Cerqueira 2022-07-28 02:07:46 +01:00 committed by classabbyamp
parent 2838be3fcf
commit 337a27dc55
1 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,10 @@
# Template file for 'ImageMagick'
pkgname=ImageMagick
version=7.1.0.43
version=7.1.0.44
revision=1
_release_suffix=${version##*.}
_upstream_version="${version%.${_release_suffix}}-${_release_suffix}"
wrksrc=${pkgname}-${_upstream_version}
build_style=gnu-configure
configure_args="--disable-static --enable-opencl --with-modules --with-gslib
--with-rsvg --with-wmf --with-dejavu-font-dir=/usr/share/fonts/TTF
@ -15,9 +18,9 @@ short_desc="Create, edit, compose, or convert bitmap images"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ImageMagick"
homepage="https://www.imagemagick.org"
changelog="https://imagemagick.org/script/changelog.php"
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${version}.tar.gz"
checksum=62eccb3e8c89acc66c2b10a2bea843b6659a2ddce275c7d2ffee8c34af6114fd
changelog="https://raw.githubusercontent.com/ImageMagick/Website/main/ChangeLog.md"
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_upstream_version}.tar.gz"
checksum=1532c08c4f047aaf04e2717aac23c6d866d7e17d60a5d2c320ae29874285d49f
subpackages="libmagick libmagick-devel"