summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-11-15 20:44:24 +0000
committerDaniel Bermond2019-11-15 20:44:24 +0000
commit48a95a96c538ef5c5fc278aee8f1ef8dba656030 (patch)
tree00033df844fe15649b944fd7ca019f5754923c97
parent16a76e7a2e36bf5d3b8af38d68364711f4c863d5 (diff)
downloadaur-48a95a96c538ef5c5fc278aee8f1ef8dba656030.tar.gz
Updated to version 7.0.9.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d00427284986..23a9dfdefec9 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.9.2
+ pkgver = 7.0.9.4
pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
@@ -55,7 +55,7 @@ pkgbase = imagemagick-full
makedepends = flif
makedepends = libfpx
makedepends = libumem-git
- source = git+https://github.com/ImageMagick/ImageMagick.git#commit=bb18472397613788ad4cb797616cddb5b416466c
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=e9df65c06eb64925fa204f92fb1d850074a7823e
source = arch-fonts.diff
sha256sums = SKIP
sha256sums = a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
@@ -103,9 +103,9 @@ pkgname = imagemagick-full
depends = libfpx
depends = libumem-git
optdepends = imagemagick-full-doc: manual and API docs
- provides = imagemagick=7.0.9.2
- provides = libmagick=7.0.9.2
- provides = libmagick-full=7.0.9.2
+ provides = imagemagick=7.0.9.4
+ provides = libmagick=7.0.9.4
+ provides = libmagick-full=7.0.9.4
conflicts = imagemagick
conflicts = libmagick
replaces = libmagick-full
@@ -125,6 +125,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.9.2
+ provides = imagemagick-doc=7.0.9.4
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index 0334bdfc9ea3..b31c9fad415a 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='bb18472397613788ad4cb797616cddb5b416466c'
+_commit='e9df65c06eb64925fa204f92fb1d850074a7823e'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.9.2
+pkgver=7.0.9.4
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all features)"