summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-06-14 15:05:10 +0000
committerDaniel Bermond2020-06-14 15:05:10 +0000
commit60f25522a6cb037148a08f30a75a007cd68c9cda (patch)
tree0b8820da86ead967a6ac85327d72d12e1310707e
parent0a4b2861af8f2445892607115f973b176bf34483 (diff)
downloadaur-60f25522a6cb037148a08f30a75a007cd68c9cda.tar.gz
Updated to version 7.0.10.19
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a18420c3749e..3a920a366d51 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.18
+ pkgver = 7.0.10.19
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=95bd0eb6c535a7d3caa898a11632b7e5a46ef720
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=114ea3e5574215e6f1d2761d719d71619efd1793
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.18
- provides = libmagick=7.0.10.18
- provides = libmagick-full=7.0.10.18
+ provides = imagemagick=7.0.10.19
+ provides = libmagick=7.0.10.19
+ provides = libmagick-full=7.0.10.19
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.18
+ provides = imagemagick-doc=7.0.10.19
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index b49b72492d55..2ae3f2e54730 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='95bd0eb6c535a7d3caa898a11632b7e5a46ef720'
+_commit='114ea3e5574215e6f1d2761d719d71619efd1793'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.10.18
+pkgver=7.0.10.19
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all features)"