ImageMagick: update to 6.9.10.9.

This commit is contained in:
maxice8 2018-08-12 04:43:16 -03:00
parent 3b16fc3df4
commit e970334285
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,9 +1,9 @@
# Template file for 'ImageMagick' # Template file for 'ImageMagick'
pkgname=ImageMagick pkgname=ImageMagick
_majorver=6.9.10 _majorver=6.9.10
_patchver=8 _patchver=9
version="${_majorver}.${_patchver}" version="${_majorver}.${_patchver}"
revision=2 revision=1
wrksrc="${pkgname}-${_majorver}-${_patchver}" wrksrc="${pkgname}-${_majorver}-${_patchver}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-autotrace --with-wmf=yes configure_args="--without-autotrace --with-wmf=yes
@ -20,7 +20,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ImageMagick" license="ImageMagick"
homepage="https://www.imagemagick.org/" homepage="https://www.imagemagick.org/"
distfiles="https://www.imagemagick.org/download/ImageMagick-${_majorver}-${_patchver}.tar.xz" distfiles="https://www.imagemagick.org/download/ImageMagick-${_majorver}-${_patchver}.tar.xz"
checksum=991bccd1548f69c4ddf5ca4f7a826f816167555c8651311157a6337833864e50 checksum=94e3cf653abd3c8728eaa1d852bfe63e8b632ad8cab885683ec87ea0b2c3058d
subpackages="libmagick libmagick-devel" subpackages="libmagick libmagick-devel"