summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-07-30 23:22:33 +0000
committerDaniel Bermond2019-07-30 23:22:33 +0000
commitcd48129091119a85b025dafb0bdd84b73088035e (patch)
tree7b6c9ec496952f18dcfa77072a0c79b1fbe1ea96
parentc67a88f95e3bacc1402bf0e8d69d6c66aaa7403f (diff)
downloadaur-cd48129091119a85b025dafb0bdd84b73088035e.tar.gz
Updated to version 7.0.8.58
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec9f0681216..9eba3756204a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imagemagick-full
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features)
- pkgver = 7.0.8.53
+ pkgver = 7.0.8.58
pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
@@ -54,7 +54,7 @@ pkgbase = imagemagick-full
makedepends = flif
makedepends = libfpx
makedepends = libumem-git
- source = git+https://github.com/ImageMagick/ImageMagick.git#commit=4907e6feafa4b89d5cc38125280e33f2101b242e
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=ac52f9d86ab159efb9f75c39db278150f5a08c9a
source = imagemagick-full-security-fix.patch
source = arch-fonts.diff
source = imagemagick-full-disable-avaraging-tests.patch
@@ -105,9 +105,9 @@ pkgname = imagemagick-full
depends = libfpx
depends = libumem-git
optdepends = imagemagick-full-doc: manual and API docs
- provides = imagemagick=7.0.8.53
- provides = libmagick=7.0.8.53
- provides = libmagick-full=7.0.8.53
+ provides = imagemagick=7.0.8.58
+ provides = libmagick=7.0.8.58
+ provides = libmagick-full=7.0.8.58
conflicts = imagemagick
conflicts = libmagick
replaces = libmagick-full
@@ -127,6 +127,6 @@ pkgname = imagemagick-full
pkgname = imagemagick-full-doc
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features) (manual and API docs)
arch = any
- provides = imagemagick-doc=7.0.8.53
+ provides = imagemagick-doc=7.0.8.58
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index 324f59427670..256f2bcdfde8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,13 +10,13 @@
# - deJaVu and GhostScript font directories are the default ones
# - Windows font directory is set according to a Wiki example
-_commit='4907e6feafa4b89d5cc38125280e33f2101b242e'
+_commit='ac52f9d86ab159efb9f75c39db278150f5a08c9a'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.8.53
+pkgver=7.0.8.58
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)"