summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-02-25 20:30:11 -0300
committerDaniel Bermond2017-02-25 20:30:11 -0300
commit913ecee6cc8fde8270ac90e7377ff0e014ec8af8 (patch)
treeb09b23e453ddec69915bef4571640f99dfa724a2 /PKGBUILD
parent6f5973f1ebdcff1f2a1cc1cc69f1152ae3546ab6 (diff)
downloadaur-913ecee6cc8fde8270ac90e7377ff0e014ec8af8.tar.gz
depends: changed flif-git to flif
Upstream flif matured and new versions were released by the developers. When the flif dependency was firstly introduced, the old release version did not work with imagemagick and it was needed to use flif-git. Now it's working with flif package (the release one). Using flif package will allow a more conservative dependency handling approach. Since flif-git provides flif, user can now choose if he will use flif or flif-git.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b3a4822f8fa..ad6e7ef47c8e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,12 +23,12 @@ _1st_apple_font_dir="/usr/share/fonts/TTF"
_2nd_apple_font_dir="/usr/share/fonts/Type1"
pkgname=imagemagick-full-git
pkgver=7.0.3.9.r11388.g8af0328
-pkgrel=1
+pkgrel=2
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
license=('custom')
-depends=('jemalloc' 'bzip2' 'libx11' 'libxext' 'libxt' 'libsm' 'zlib' 'autotrace-nomagick' 'fftw' 'flif-git'
+depends=('jemalloc' 'bzip2' 'libx11' 'libxext' 'libxt' 'libsm' 'zlib' 'autotrace-nomagick' 'fftw' 'flif'
'libfpx' 'djvulibre' 'ttf-dejavu' 'fontconfig' 'freetype2' 'libraqm' 'ghostscript' 'gsfonts'
'graphviz' 'jbigkit' 'libjpeg-turbo' 'lcms' 'lcms2' 'openjpeg2' 'liblqr' 'xz' 'glu' 'openexr' 'pango'
'libpng' 'librsvg' 'libtiff' 'libwebp' 'libwmf' 'libxml2' 'libmpeg2' 'opencl-icd-loader')