summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-08-11 14:29:08 +0000
committerDaniel Bermond2019-08-11 14:29:08 +0000
commit84416097f17ea6e865f0ff02e4dcf3a03c69f6ce (patch)
treefd9240550549ce565a673d0bf571225e2d072f46
parentcd48129091119a85b025dafb0bdd84b73088035e (diff)
downloadaur-84416097f17ea6e865f0ff02e4dcf3a03c69f6ce.tar.gz
Updated to version 7.0.8.60
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eba3756204a..5f5ac866df2e 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.58
+ pkgver = 7.0.8.60
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=ac52f9d86ab159efb9f75c39db278150f5a08c9a
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=f6f5cd3d20232dd03baefe885440612d826bc1a0
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.58
- provides = libmagick=7.0.8.58
- provides = libmagick-full=7.0.8.58
+ provides = imagemagick=7.0.8.60
+ provides = libmagick=7.0.8.60
+ provides = libmagick-full=7.0.8.60
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.58
+ provides = imagemagick-doc=7.0.8.60
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index 256f2bcdfde8..8308311be61b 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='ac52f9d86ab159efb9f75c39db278150f5a08c9a'
+_commit='f6f5cd3d20232dd03baefe885440612d826bc1a0'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.8.58
+pkgver=7.0.8.60
pkgrel=1
arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)"