summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-06-11 01:44:45 +0000
committerDaniel Bermond2020-06-11 01:44:45 +0000
commit0a4b2861af8f2445892607115f973b176bf34483 (patch)
treedacf29dca5ab457409730d2881282d4a9aee2173
parent15d44c0eabceca50228d60301ff1793b8a148d2b (diff)
downloadaur-0a4b2861af8f2445892607115f973b176bf34483.tar.gz
Updated to version 7.0.10.18
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 682e76ea3df3..a18420c3749e 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.17
+ pkgver = 7.0.10.18
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=1d373b14c21ea973baccdf3d067e2819c038591c
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=95bd0eb6c535a7d3caa898a11632b7e5a46ef720
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.17
- provides = libmagick=7.0.10.17
- provides = libmagick-full=7.0.10.17
+ provides = imagemagick=7.0.10.18
+ provides = libmagick=7.0.10.18
+ provides = libmagick-full=7.0.10.18
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.17
+ provides = imagemagick-doc=7.0.10.18
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index 11739231f9a9..b49b72492d55 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='1d373b14c21ea973baccdf3d067e2819c038591c'
+_commit='95bd0eb6c535a7d3caa898a11632b7e5a46ef720'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.10.17
+pkgver=7.0.10.18
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all features)"