summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-04 22:24:58 +0000
committerDaniel Bermond2020-05-04 22:24:58 +0000
commit5e9eb207f3840ead98c765445dc474f51c5caa26 (patch)
tree6346d25541439cc11e9d0e7e19c4dd9f4a715b25
parenta2e1b9b853b77c99337f4d550bd92155be10d9c1 (diff)
downloadaur-5e9eb207f3840ead98c765445dc474f51c5caa26.tar.gz
Updated to version 7.0.10.10
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 974012f8f0f3..83ab6b7400be 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.7
+ pkgver = 7.0.10.10
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=7aa934e39474da3433522dd3d55ad282142b71de
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=0c8d393a2f3f7605dab38d382c21052b87ed3576
source = arch-fonts.diff
sha256sums = SKIP
sha256sums = a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
@@ -106,9 +106,9 @@ pkgname = imagemagick-full
depends = libumem-git
depends = brunsli
optdepends = imagemagick-full-doc: manual and API docs
- provides = imagemagick=7.0.10.7
- provides = libmagick=7.0.10.7
- provides = libmagick-full=7.0.10.7
+ provides = imagemagick=7.0.10.10
+ provides = libmagick=7.0.10.10
+ provides = libmagick-full=7.0.10.10
conflicts = imagemagick
conflicts = libmagick
replaces = libmagick-full
@@ -128,6 +128,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.7
+ provides = imagemagick-doc=7.0.10.10
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index 1f28b3d9f925..062bf6f7e83d 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='7aa934e39474da3433522dd3d55ad282142b71de'
+_commit='0c8d393a2f3f7605dab38d382c21052b87ed3576'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.10.7
+pkgver=7.0.10.10
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all features)"