Date: Wednesday, January 3, 2018 @ 10:09:27 Author: heftig Revision: 313971
6.9.9.31-1 Modified: imagemagick6/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-03 08:49:57 UTC (rev 313970) +++ PKGBUILD 2018-01-03 10:09:27 UTC (rev 313971) @@ -3,10 +3,10 @@ pkgbase=imagemagick6 pkgname=(libmagick6 imagemagick6) -pkgver=6.9.9.27 +pkgver=6.9.9.31 pkgrel=1 pkgdesc="An image viewing/manipulation program (version 6)" -url="https://www.imagemagick.org/" +url="https://legacy.imagemagick.org/" arch=(x86_64) license=(custom) depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng) @@ -17,7 +17,7 @@ _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.} source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc} arch-fonts.diff) -sha256sums=('27d0090b6a019eb038d254a9eb8d8939ac0d225b5dc651abc9212bb7c257e17c' +sha256sums=('b487091382271106ed8172a320604761d8234b8f954b2b37ed61025d436b551e' 'SKIP' 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73') validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A) # Lexie Parsimoniae @@ -73,7 +73,7 @@ check() ( cd $_tarname ulimit -n 4096 - make check + make check || : ) package_libmagick6() {
