summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fa5f15d5652..c68be36f39bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 25 23:32:17 UTC 2017
+# Mon Feb 27 12:52:40 UTC 2017
pkgbase = imagemagick-full
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features)
pkgver = 7.0.5.0
- pkgrel = 5
+ pkgrel = 6
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -46,6 +46,7 @@ pkgbase = imagemagick-full
depends = libxml2
depends = libmpeg2
depends = opencl-icd-loader
+ depends = libumem-git
optdepends = ttf-mac-fonts: for Apple fonts support
provides = imagemagick
provides = libMagickCore-7.Q32HDRI.so
diff --git a/PKGBUILD b/PKGBUILD
index a96f237ce420..fc166879e43c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ _srcver="$(curl -s "$_digest" | grep -o "${_srcname}-7[0-9\.-]*\.tar\.xz" | \
_srcverregex="$(echo "$_srcver" | sed 's/\./\\\./g')" # translate to a regular expression
pkgname=imagemagick-full
pkgver="$(echo "$_srcver"| tr '-' '.')"
-pkgrel=5
+pkgrel=6
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@@ -48,7 +48,7 @@ depends=('jemalloc' 'bzip2' 'libx11' 'libxext' 'libxt' 'libsm' 'zlib'
'gsfonts' 'graphviz' 'jbigkit' 'libjpeg-turbo' 'lcms' 'lcms2'
'openjpeg2' 'liblqr' 'xz' 'glu' 'openexr' 'pango' 'libpng'
'librsvg' 'libtiff' 'libwebp' 'libwmf' 'libxml2' 'libmpeg2'
- 'opencl-icd-loader')
+ 'opencl-icd-loader' 'libumem-git')
optdepends=('ttf-mac-fonts: for Apple fonts support')
makedepends=('opencl-headers')
provides=("imagemagick"