summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-06-02 01:01:57 +0000
committerDaniel Bermond2019-06-02 01:01:57 +0000
commitdfaaa54e90213c91576f25ca17d10afc36820197 (patch)
treefabc58f5ccc0f10f2b4079f319486c946df57d55
parent0476175e038f6ee6066e674295cabd0445b4a832 (diff)
downloadaur-dfaaa54e90213c91576f25ca17d10afc36820197.tar.gz
Updated to version 7.0.8.48
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e1787aa993a..3a9ca7029eaf 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.46
+ pkgver = 7.0.8.48
pkgrel = 1
url = https://www.imagemagick.org/
arch = i686
@@ -55,7 +55,7 @@ pkgbase = imagemagick-full
makedepends = flif
makedepends = libfpx
makedepends = libumem-git
- source = git+https://github.com/ImageMagick/ImageMagick.git#commit=39c2e1ec751ddb665151a593076ec14d6f571d33
+ source = git+https://github.com/ImageMagick/ImageMagick.git#commit=5ddcf841bc83228df27f667b65b02cd56bfb015a
source = imagemagick-full-security-fix.patch
source = arch-fonts.diff
sha256sums = SKIP
@@ -104,9 +104,9 @@ pkgname = imagemagick-full
depends = libfpx
depends = libumem-git
optdepends = imagemagick-full-doc: manual and API docs
- provides = imagemagick=7.0.8.46
- provides = libmagick=7.0.8.46
- provides = libmagick-full=7.0.8.46
+ provides = imagemagick=7.0.8.48
+ provides = libmagick=7.0.8.48
+ provides = libmagick-full=7.0.8.48
conflicts = imagemagick
conflicts = libmagick
replaces = libmagick-full
@@ -126,6 +126,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.46
+ provides = imagemagick-doc=7.0.8.48
conflicts = imagemagick-doc
diff --git a/PKGBUILD b/PKGBUILD
index ac72e3817e6e..43e586d2b885 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='39c2e1ec751ddb665151a593076ec14d6f571d33'
+_commit='5ddcf841bc83228df27f667b65b02cd56bfb015a'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('imagemagick-full' 'imagemagick-full-doc')
_srcname=ImageMagick
-pkgver=7.0.8.46
+pkgver=7.0.8.48
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)"