summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-02-23 19:53:02 +0000
committerDaniel Bermond2019-02-23 19:53:02 +0000
commit1a0a8baca86aa089b1e00887e297297c9f7a995b (patch)
tree3b8723a6c5ba4fd2dc69ed28e29fc6bce47c24b3
parentfec4fd8d9cfe253afb5928f04bd65f0646684f1f (diff)
downloadaur-1a0a8baca86aa089b1e00887e297297c9f7a995b.tar.gz
Updated to version 7.0.8.28
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3201762dce3..fde27b92bcd5 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.26
+ pkgver = 7.0.8.28
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=95e835fabf22fe154d8551d7686bfa19d5437e49
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=5e6d8214ae606ba19ddfa7757f26596adc62655f
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.26
+ provides = libmagick=7.0.8.28
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.26-1
+ depends = libmagick-full=7.0.8.28-1
depends = perl
optdepends = imagemagick-full-doc: manual and API docs
- provides = imagemagick=7.0.8.26
+ provides = imagemagick=7.0.8.28
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.26
+ provides = imagemagick-doc=7.0.8.28
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index df8acf2d5eb4..683f54589f22 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='95e835fabf22fe154d8551d7686bfa19d5437e49'
+_commit='5e6d8214ae606ba19ddfa7757f26596adc62655f'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('libmagick-full' 'imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.8.26
+pkgver=7.0.8.28
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)"