summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-06-28 13:18:36 +0000
committerDaniel Bermond2020-06-28 13:18:36 +0000
commitd9affaa4ceea6382568bbe63d92064958a6138ea (patch)
tree9976c993ce29fb6f82874de804c241ff5dbc1e5e
parentb2dda5963eac36b6ba5fce5d100f30eadec5d6b8 (diff)
downloadaur-d9affaa4ceea6382568bbe63d92064958a6138ea.tar.gz
Updated to version 7.0.10.22
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c30c1fec896..660329786a65 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.21
+ pkgver = 7.0.10.22
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=167aa2271bd0b2451232d34928dd4fdf2fbe6696
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=be59c09eac3339f1e5a6803804e8960480a22639
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.21
- provides = libmagick=7.0.10.21
- provides = libmagick-full=7.0.10.21
+ provides = imagemagick=7.0.10.22
+ provides = libmagick=7.0.10.22
+ provides = libmagick-full=7.0.10.22
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.21
+ provides = imagemagick-doc=7.0.10.22
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index 45d23d33aadc..244abb136a43 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='167aa2271bd0b2451232d34928dd4fdf2fbe6696'
+_commit='be59c09eac3339f1e5a6803804e8960480a22639'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.10.21
+pkgver=7.0.10.22
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all features)"