summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-04-05 01:59:12 +0000
committerDaniel Bermond2019-04-05 01:59:12 +0000
commit017b314f4614ff4d117424a66754305e9a353781 (patch)
tree848a030adda7f9b7f81f7c4d50e93d9bb2c74cae
parent3b87cf2868392af5ec18199eb0df6ea5ceb4f649 (diff)
downloadaur-017b314f4614ff4d117424a66754305e9a353781.tar.gz
7.0.8.37
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c83905df215b..424c4a7a0dd4 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.36
+ pkgver = 7.0.8.37
pkgrel = 1
url = https://www.imagemagick.org/
arch = i686
@@ -54,7 +54,7 @@ pkgbase = imagemagick-full
depends = flif
depends = libfpx
depends = libumem-git
- source = git+https://github.com/ImageMagick/ImageMagick.git#commit=d14ca1213cec54524d1d13c226bc1e837aeccfe3
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=5cd64ceb5a5288889ac768c47397d45e222ecbfe
source = imagemagick-full-security-fix.patch
source = arch-fonts.diff
sha256sums = SKIP
@@ -64,7 +64,7 @@ pkgbase = imagemagick-full
pkgname = libmagick-full
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features) (library)
optdepends = ttf-mac-fonts: for Apple fonts support
- provides = libmagick=7.0.8.36
+ provides = libmagick=7.0.8.37
provides = libMagickCore-7.Q32HDRI.so
provides = libMagickWand-7.Q32HDRI.so
provides = libMagick++-7.Q32HDRI.so
@@ -83,10 +83,10 @@ pkgname = libmagick-full
backup = etc//type-ghostscript.xml
pkgname = imagemagick-full
- depends = libmagick-full=7.0.8.36-1
+ depends = libmagick-full=7.0.8.37-1
depends = perl
optdepends = imagemagick-full-doc: manual and API docs
- provides = imagemagick=7.0.8.36
+ provides = imagemagick=7.0.8.37
conflicts = imagemagick
options = !emptydirs
@@ -94,6 +94,6 @@ pkgname = imagemagick-full-doc
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features) (manual and API docs)
arch = any
depends =
- provides = imagemagick-doc=7.0.8.36
+ provides = imagemagick-doc=7.0.8.37
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index 127a881974d4..36e1ea8befc3 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='d14ca1213cec54524d1d13c226bc1e837aeccfe3'
+_commit='5cd64ceb5a5288889ac768c47397d45e222ecbfe'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('libmagick-full' 'imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.8.36
+pkgver=7.0.8.37
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)"