ImageMagick: update to 6.9.1.10
This commit is contained in:
parent
25782980a7
commit
48e21fd088
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'ImageMagick'
|
||||
pkgname=ImageMagick
|
||||
_majorver=6.9.1
|
||||
_patchver=9
|
||||
_patchver=10
|
||||
version=${_majorver}.${_patchver}
|
||||
revision=3
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-autotrace --with-wmf=yes
|
||||
|
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.imagemagick.org/"
|
||||
license="ImageMagick"
|
||||
distfiles="ftp://ftp.sunet.se/pub/multimedia/graphics/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
|
||||
checksum=83cd785caeb26a171e185b5deba2900c5b73e79c97364caa4c879d26c9f4a91b
|
||||
checksum=22565464059376513869b6626982e0726a33788ccc7e19a08e55ff1683d4ff92
|
||||
|
||||
subpackages="libmagick libmagick-devel"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue