summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-12-03 23:51:52 +0000
committerDaniel Bermond2019-12-03 23:51:52 +0000
commit09413413bb7b2e6d568ff133e28fd6c929ae20d5 (patch)
tree2f8f1c218ea50c50163b4d7ae063bf011e026c08
parent48a95a96c538ef5c5fc278aee8f1ef8dba656030 (diff)
downloadaur-09413413bb7b2e6d568ff133e28fd6c929ae20d5.tar.gz
Updated to version 7.0.9.7
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23a9dfdefec9..215b9e09cab3 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.4
+ pkgver = 7.0.9.7
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=e9df65c06eb64925fa204f92fb1d850074a7823e
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=5067a079b0dd598220bdf8c2c3f491b635b21944
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.4
- provides = libmagick=7.0.9.4
- provides = libmagick-full=7.0.9.4
+ provides = imagemagick=7.0.9.7
+ provides = libmagick=7.0.9.7
+ provides = libmagick-full=7.0.9.7
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.4
+ provides = imagemagick-doc=7.0.9.7
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index b31c9fad415a..e821dcc92ec5 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='e9df65c06eb64925fa204f92fb1d850074a7823e'
+_commit='5067a079b0dd598220bdf8c2c3f491b635b21944'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.9.4
+pkgver=7.0.9.7
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all features)"