summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-07-09 16:49:39 +0000
committerDaniel Bermond2018-07-09 16:49:39 +0000
commit1942eebc6ad16c508109a82b205a3fadbfab1696 (patch)
tree6424e95f49eca81658a3b740150d6527447d3fe7
parent776b48eb45bc0f3c428696afae53676a60f3d363 (diff)
downloadaur-1942eebc6ad16c508109a82b205a3fadbfab1696.tar.gz
Updated to version 7.0.8.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33a4ea6736b9..15371aae75d9 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.5
+ pkgver = 7.0.8.6
pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
@@ -42,6 +42,7 @@ pkgbase = imagemagick-full
depends = fftw
depends = djvulibre
depends = freetype2
+ depends = libheif
depends = graphviz
depends = jbigkit
depends = libjpeg-turbo
@@ -51,8 +52,7 @@ pkgbase = imagemagick-full
depends = autotrace-nomagick
depends = flif
depends = libfpx
- depends = libheif
- source = imagemagick-full-git::git+https://github.com/ImageMagick/ImageMagick.git#commit=bba545bbbb6860f71e2ff5545197660b23af9d75
+ source = imagemagick-full-git::git+https://github.com/ImageMagick/ImageMagick.git#commit=db940ccd2e391824d484e8f86746ea2aeb4772f6
source = arch-fonts.diff
sha256sums = SKIP
sha256sums = a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
@@ -84,7 +84,7 @@ pkgname = libmagick-full
backup = etc//type-ghostscript.xml
pkgname = imagemagick-full
- depends = libmagick-full=7.0.8.5-1
+ depends = libmagick-full=7.0.8.6-1
depends = perl
optdepends = imagemagick-full-doc: manual and API docs
optdepends = ttf-mac-fonts: for Apple fonts support
diff --git a/PKGBUILD b/PKGBUILD
index 3eacce28efa8..727e951d96d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,12 +22,12 @@ _urw_font_dir='/usr/share/fonts/gsfonts'
_windows_font_dir='/usr/share/fonts/WindowsFonts'
_1st_apple_font_dir='/usr/share/fonts/TTF'
_2nd_apple_font_dir='/usr/share/fonts/Type1'
-_commit='bba545bbbb6860f71e2ff5545197660b23af9d75'
+_commit='db940ccd2e391824d484e8f86746ea2aeb4772f6'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('libmagick-full' 'imagemagick-full' 'imagemagick-full-doc')
-pkgver=7.0.8.5
+pkgver=7.0.8.6
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)"
@@ -39,9 +39,9 @@ depends=(
'ghostscript' 'gsfonts' 'ttf-dejavu' 'libraw' 'librsvg' 'libwebp' 'libwmf'
'ocl-icd' 'openexr' 'openjpeg2' 'pango'
'jemalloc' 'bzip2' 'libx11' 'libsm' 'libice' 'libxt' 'zlib' 'fftw' 'djvulibre'
- 'freetype2' 'graphviz' 'jbigkit' 'libjpeg-turbo' 'xz' 'libtiff'
+ 'freetype2' 'libheif' 'graphviz' 'jbigkit' 'libjpeg-turbo' 'xz' 'libtiff'
# AUR:
- 'libumem-git' 'autotrace-nomagick' 'flif' 'libfpx' 'libheif'
+ 'libumem-git' 'autotrace-nomagick' 'flif' 'libfpx'
)
makedepends=('git' 'perl' 'opencl-headers' 'chrpath' 'glu' 'ghostpcl' 'ghostxps')
source=("${pkgbase}-git"::"git+https://github.com/ImageMagick/ImageMagick.git#commit=${_commit}"