summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-01-04 02:27:20 +0000
committerDaniel Bermond2020-01-04 02:27:20 +0000
commit1ce6d69b09d31110310ee474a878e04e0fbcec5c (patch)
treef0232904df1798b5555a66ce105b5b48a8c1b944
parent4a748634e055cfa963a26e8ca45db78362e66593 (diff)
downloadaur-1ce6d69b09d31110310ee474a878e04e0fbcec5c.tar.gz
Updated to version 7.0.9.13
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23588e141838..2db725f4587c 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.9
+ pkgver = 7.0.9.13
pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
@@ -56,7 +56,7 @@ pkgbase = imagemagick-full
makedepends = flif
makedepends = libfpx
makedepends = libumem-git
- source = git+https://github.com/ImageMagick/ImageMagick.git#commit=f3529ec78585df33c82a5b065ec59d8c3d142b52
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=eeeb84ad886f456032693b7e594f92b7df426edf
source = arch-fonts.diff
sha256sums = SKIP
sha256sums = a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
@@ -104,9 +104,9 @@ pkgname = imagemagick-full
depends = libfpx
depends = libumem-git
optdepends = imagemagick-full-doc: manual and API docs
- provides = imagemagick=7.0.9.9
- provides = libmagick=7.0.9.9
- provides = libmagick-full=7.0.9.9
+ provides = imagemagick=7.0.9.13
+ provides = libmagick=7.0.9.13
+ provides = libmagick-full=7.0.9.13
conflicts = imagemagick
conflicts = libmagick
replaces = libmagick-full
@@ -126,6 +126,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.9
+ provides = imagemagick-doc=7.0.9.13
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index 212b3ba63a9e..9d8f33e301cb 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='f3529ec78585df33c82a5b065ec59d8c3d142b52'
+_commit='eeeb84ad886f456032693b7e594f92b7df426edf'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.9.9
+pkgver=7.0.9.13
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all features)"