summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-31 16:23:24 +0000
committerDaniel Bermond2020-05-31 16:23:24 +0000
commit609ac2cabf2dd69454edfb4efd8caa3b568f0908 (patch)
treed5c15d055c10bd68c449b403cc13be523d7527ec
parent4df5ba9abbfff5befae2ec5cfa119c2741a2785e (diff)
downloadaur-609ac2cabf2dd69454edfb4efd8caa3b568f0908.tar.gz
Updated to version 7.0.10.15
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a46051601e11..77ec1aeb383d 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.14
+ pkgver = 7.0.10.15
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=2d2da5293312f88a2cfc27e3c34e4641fc87004c
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=7ae2b2e9a954c6b8fd9a3f3ed2e080fe3b223adb
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.14
- provides = libmagick=7.0.10.14
- provides = libmagick-full=7.0.10.14
+ provides = imagemagick=7.0.10.15
+ provides = libmagick=7.0.10.15
+ provides = libmagick-full=7.0.10.15
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.14
+ provides = imagemagick-doc=7.0.10.15
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index dc425868eb24..e0ad938ae317 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='2d2da5293312f88a2cfc27e3c34e4641fc87004c'
+_commit='7ae2b2e9a954c6b8fd9a3f3ed2e080fe3b223adb'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.10.14
+pkgver=7.0.10.15
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all features)"