From eadb968b916d329ad32b1d33388228a9e827b11c Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sun, 10 Nov 2013 03:11:43 +0000
Subject: [PATCH] extra/imagemagick to 6.8.7.5-1

---
 extra/imagemagick/PKGBUILD | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD
index baa6bbb61..034a7661b 100644
--- a/extra/imagemagick/PKGBUILD
+++ b/extra/imagemagick/PKGBUILD
@@ -7,8 +7,8 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.7.4
-pkgrel=2
+pkgver=6.8.7.5
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/"
 license=('custom')
@@ -17,7 +17,7 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
 #source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc} \
 source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc} \
         perlmagick.rpath.patch)
-sha1sums=('88e936a1738967d078a9500f430e9017400a05e9'
+sha1sums=('7137f0f5341d305ec41bb79f1d8121a58feb0684'
           'SKIP'
           'e143cf9d530fabf3b58023899b5cc544ba93daec')
 
@@ -47,7 +47,8 @@ check() {
 package_imagemagick() {
   pkgdesc="An image viewing/manipulation program"
   depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
-  optdepends=('ghostscript: for Ghostscript support' 
+  optdepends=('imagemagick-doc: for additional information'
+              'ghostscript: for Ghostscript support' 
               'openexr: for OpenEXR support' 
               'libwmf: for WMF support' 
               'librsvg: for SVG support'