summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-06-09 02:57:55 +0000
committerDaniel Bermond2019-06-09 02:57:55 +0000
commit5226f1c0a6b800a3540bc2bcf1afe5c28d6d403a (patch)
treecc10fc4b195ea49f947f8e3a423d3bb35b3e0881
parentdfaaa54e90213c91576f25ca17d10afc36820197 (diff)
downloadaur-5226f1c0a6b800a3540bc2bcf1afe5c28d6d403a.tar.gz
Updated to version 7.0.8.49
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a9ca7029eaf..0072cf653dd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = imagemagick-full
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features)
- pkgver = 7.0.8.48
+ pkgver = 7.0.8.49
pkgrel = 1
url = https://www.imagemagick.org/
- arch = i686
arch = x86_64
license = custom
makedepends = git
@@ -55,7 +54,7 @@ pkgbase = imagemagick-full
makedepends = flif
makedepends = libfpx
makedepends = libumem-git
- source = git+https://github.com/ImageMagick/ImageMagick.git#commit=5ddcf841bc83228df27f667b65b02cd56bfb015a
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=ec9498c7945dc0700e09e2d2ad458379251969e1
source = imagemagick-full-security-fix.patch
source = arch-fonts.diff
sha256sums = SKIP
@@ -104,9 +103,9 @@ pkgname = imagemagick-full
depends = libfpx
depends = libumem-git
optdepends = imagemagick-full-doc: manual and API docs
- provides = imagemagick=7.0.8.48
- provides = libmagick=7.0.8.48
- provides = libmagick-full=7.0.8.48
+ provides = imagemagick=7.0.8.49
+ provides = libmagick=7.0.8.49
+ provides = libmagick-full=7.0.8.49
conflicts = imagemagick
conflicts = libmagick
replaces = libmagick-full
@@ -126,6 +125,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.48
+ provides = imagemagick-doc=7.0.8.49
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index 43e586d2b885..2722b3fd4275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,15 +10,15 @@
# - deJaVu and GhostScript font directories are the default ones
# - Windows font directory is set according to a Wiki example
-_commit='5ddcf841bc83228df27f667b65b02cd56bfb015a'
+_commit='ec9498c7945dc0700e09e2d2ad458379251969e1'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.8.48
+pkgver=7.0.8.49
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)"
url='https://www.imagemagick.org/'
license=('custom')