ImageMagick: update to 7.0.8.20.

This commit is contained in:
Cameron Nemo 2018-12-25 15:21:16 -08:00 committed by Johannes
parent 8bc4531aa4
commit 5bf78315d8
2 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'ImageMagick'
pkgname=ImageMagick
_majorver=7.0.8
_patchver=19
_patchver=20
version="${_majorver}.${_patchver}"
revision=1
wrksrc="${pkgname}-${_majorver}-${_patchver}"
@ -19,9 +19,9 @@ short_desc="Package for display and interactive manipulation of images"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ImageMagick"
homepage="https://www.imagemagick.org/"
changelog="http://imagemagick.org/script/changelog.php"
distfiles="https://www.imagemagick.org/download/ImageMagick-${_majorver}-${_patchver}.tar.xz"
checksum=e35ba756447b38be793ee7ea3c493d0f04d913cbfd4dc4eca9f5bfef68ac86ad
changelog="https://imagemagick.org/script/changelog.php"
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_majorver}-${_patchver}.tar.gz"
checksum=b3c72367f39299f8d35f3df9c6284f5925dc74e43fc914f6b09aab89bd5809ea
subpackages="libmagick libmagick-devel"

View file

@ -1,2 +0,0 @@
site="http://www.imagemagick.org/download/"
pattern="${pkgname}-\K[\d.-]+(?=\.tar\.xz)"