ImageMagick: update to 6.9.8.8

This commit is contained in:
Alessio Sergi 2017-06-01 11:56:30 +02:00
parent a2be547d1b
commit ec8b70e496

View file

@ -1,7 +1,7 @@
# Template file for 'ImageMagick' # Template file for 'ImageMagick'
pkgname=ImageMagick pkgname=ImageMagick
_majorver=6.9.8 _majorver=6.9.8
_patchver=6 _patchver=8
version=${_majorver}.${_patchver} version=${_majorver}.${_patchver}
revision=1 revision=1
wrksrc=${pkgname}-${_majorver}-${_patchver} wrksrc=${pkgname}-${_majorver}-${_patchver}
@ -13,10 +13,10 @@ configure_args="--without-autotrace --with-wmf=yes
--with-dejavu-font-dir=/usr/share/fonts/TTF --enable-opencl --disable-static" --with-dejavu-font-dir=/usr/share/fonts/TTF --enable-opencl --disable-static"
short_desc="Package for display and interactive manipulation of images" short_desc="Package for display and interactive manipulation of images"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.imagemagick.org/" homepage="https://www.imagemagick.org/"
license="ImageMagick" license="ImageMagick"
distfiles="http://www.imagemagick.org/download/ImageMagick-${_majorver}-${_patchver}.tar.xz" distfiles="https://www.imagemagick.org/download/ImageMagick-${_majorver}-${_patchver}.tar.xz"
checksum=dc587a30457d1b42fa980fe7d94bfad906407ad811335e60f5eb673b3a17afeb checksum=0b590b1389ed7c535316425c96e07d8488fd7e72b4bf17e950517bf016dd5fcb
subpackages="libmagick libmagick-devel" subpackages="libmagick libmagick-devel"