summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-23 22:33:41 +0000
committerDaniel Bermond2020-05-23 22:33:41 +0000
commit4df5ba9abbfff5befae2ec5cfa119c2741a2785e (patch)
tree1fd0f955ce02676892c037cc2c92d889f2bf3f90
parent22aabbc9ee4fd04a0b3a22f447de1659dc7a0c81 (diff)
downloadaur-4df5ba9abbfff5befae2ec5cfa119c2741a2785e.tar.gz
Updated to version 7.0.10.14
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81d9b6b7247c..a46051601e11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imagemagick-full
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all features)
- pkgver = 7.0.10.11
+ pkgver = 7.0.10.14
pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
@@ -57,7 +57,7 @@ pkgbase = imagemagick-full
makedepends = libfpx
makedepends = libumem-git
makedepends = brunsli
- source = git+https://github.com/ImageMagick/ImageMagick.git#commit=5f07d65ddcb06b3a8a63d734a822ef5c1d93b30b
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=2d2da5293312f88a2cfc27e3c34e4641fc87004c
source = arch-fonts.diff
source = imagemagick-inkscape-1.0.patch
sha256sums = SKIP
@@ -108,9 +108,9 @@ pkgname = imagemagick-full
depends = libumem-git
depends = brunsli
optdepends = imagemagick-full-doc: manual and API docs
- provides = imagemagick=7.0.10.11
- provides = libmagick=7.0.10.11
- provides = libmagick-full=7.0.10.11
+ provides = imagemagick=7.0.10.14
+ provides = libmagick=7.0.10.14
+ provides = libmagick-full=7.0.10.14
conflicts = imagemagick
conflicts = libmagick
replaces = libmagick-full
@@ -130,6 +130,6 @@ pkgname = imagemagick-full
pkgname = imagemagick-full-doc
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all features) (manual and API docs)
arch = any
- provides = imagemagick-doc=7.0.10.11
+ provides = imagemagick-doc=7.0.10.14
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index 446f93c8b9cc..dc425868eb24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,13 +14,13 @@
# - deJaVu and GhostScript font directories are the default ones
# - Windows font directory is set according to a Wiki example
-_commit='5f07d65ddcb06b3a8a63d734a822ef5c1d93b30b'
+_commit='2d2da5293312f88a2cfc27e3c34e4641fc87004c'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.10.11
+pkgver=7.0.10.14
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all features)"