summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-02-18 19:49:37 +0000
committerDaniel Bermond2020-02-18 19:49:37 +0000
commit31f913b9719b7de6908f1379f78bea788ee31205 (patch)
treefe48296f6992eb3a22cc15c0a21296ede582f8c2
parentf8df1d169754c15332b0120cfc3f6ec0634fbf41 (diff)
downloadaur-31f913b9719b7de6908f1379f78bea788ee31205.tar.gz
Updated to version 7.0.9.24
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6ffe0522d97..1a7110636ceb 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.22
+ pkgver = 7.0.9.24
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=cba21520fed6b77b224a2f20e9b1ebe696398591
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=7d68152af4399b95764efd73d147900fc66a13c0
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.9.22
- provides = libmagick=7.0.9.22
- provides = libmagick-full=7.0.9.22
+ provides = imagemagick=7.0.9.24
+ provides = libmagick=7.0.9.24
+ provides = libmagick-full=7.0.9.24
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.9.22
+ provides = imagemagick-doc=7.0.9.24
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index 8ebdf372a4db..d0a6ee150fa0 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='cba21520fed6b77b224a2f20e9b1ebe696398591'
+_commit='7d68152af4399b95764efd73d147900fc66a13c0'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.9.22
+pkgver=7.0.9.24
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all features)"