summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-07-05 22:16:56 +0000
committerDaniel Bermond2020-07-05 22:16:56 +0000
commit3cb4333d2d8b338bc02540187b59a8e02d705ba8 (patch)
treedd5658175d22ff063bd81ab17879d5a420a3a832
parentd9affaa4ceea6382568bbe63d92064958a6138ea (diff)
downloadaur-3cb4333d2d8b338bc02540187b59a8e02d705ba8.tar.gz
Updated to version 7.0.10.23
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 15 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 660329786a65..5d98702d459a 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.22
+ pkgver = 7.0.10.23
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=be59c09eac3339f1e5a6803804e8960480a22639
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=d2ab2437784f28b832863731745d61c82a16c983
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.22
- provides = libmagick=7.0.10.22
- provides = libmagick-full=7.0.10.22
+ provides = imagemagick=7.0.10.23
+ provides = libmagick=7.0.10.23
+ provides = libmagick-full=7.0.10.23
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.22
+ provides = imagemagick-doc=7.0.10.23
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index 244abb136a43..5231b265559c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,27 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
-# NOTE (1):
+# NOTE 1:
# DPS (Display PostScript) feature is obsolete and thus not enabled.
# For more information about DPS being obsolete please visit:
-# http://www.x.org/releases/X11R7.7/doc/xorg-docs/graphics/dps.html
+# https://www.x.org/releases/X11R7.7/doc/xorg-docs/graphics/dps.html
-# NOTE (2): linking to ghostscript libs (gslib) is disabled due to
-# security issues. ImageMagick will call 'gs' executable directly
-# instead. See: https://bugs.archlinux.org/task/62171
+# NOTE 2:
+# Linking to ghostscript libs (gslib) is disabled due to security
+# issues. ImageMagick will call 'gs' executable directly instead.
+# See: https://bugs.archlinux.org/task/62171
-# NOTE (3):
+# NOTE 3:
# change font directories in build() to match yours:
# - deJaVu and GhostScript font directories are the default ones
# - Windows font directory is set according to a Wiki example
-_commit='be59c09eac3339f1e5a6803804e8960480a22639'
+_commit='d2ab2437784f28b832863731745d61c82a16c983'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.10.22
+pkgver=7.0.10.23
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all features)"