summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-05-30 20:11:57 -0400
committerChris Severance2017-05-30 20:11:57 -0400
commitaac7a186a26fc3808f3e91715907d032807ab1ec (patch)
treeaf1646b71dd985b5c7ead8b47bdac315097385ae
parent12c249df8aef59c6a5c11c50fbb54771da214162 (diff)
downloadaur-aac7a186a26fc3808f3e91715907d032807ab1ec.tar.gz
Update to 7.0.5.9, finish libcl conversion
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6962ac1c1439..c296b6801bac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 26 01:46:27 UTC 2017
+# Wed May 31 00:11:34 UTC 2017
pkgbase = imagemagick-git
pkgdesc = An image viewing/manipulation program
- pkgver = 7.0.5.8.r11939.g10f7befbf
+ pkgver = 7.0.5.9.r11959.g13b8ea1e7
pkgrel = 1
url = http://www.imagemagick.org/script/
arch = i686
@@ -40,7 +40,6 @@ pkgname = imagemagick-git
depends = fontconfig
depends = libxext
depends = liblqr
- depends = libcl
optdepends = imagemagick-doc: for additional information
optdepends = ghostscript: for Ghostscript support
optdepends = openexr: for OpenEXR support
@@ -50,7 +49,7 @@ pkgname = imagemagick-git
optdepends = libxml2: for XML support
optdepends = libpng: for PNG support
optdepends = libwebp: for WEBP support
- provides = imagemagick=7.0.5.8
+ provides = imagemagick=7.0.5.9
conflicts = imagemagick
options = !docs
options = libtool
diff --git a/PKGBUILD b/PKGBUILD
index f275da00b8e7..45bcb12bb53a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _pkgname='imagemagick'
pkgbase="${_pkgname}-git"
_srcdir="${pkgbase}"
pkgname=("${pkgbase}"{,-doc})
-pkgver=7.0.5.8.r11939.g10f7befbf
+pkgver=7.0.5.9.r11959.g13b8ea1e7
pkgrel=1
pkgdesc='An image viewing/manipulation program'
arch=('i686' 'x86_64')
@@ -83,7 +83,7 @@ check() {
package_imagemagick-git() {
set -u
pkgdesc='An image viewing/manipulation program'
- depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
+ depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
optdepends=('imagemagick-doc: for additional information'
'ghostscript: for Ghostscript support'
'openexr: for OpenEXR support'