summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-02-25 19:51:41 -0300
committerDaniel Bermond2017-02-25 19:51:41 -0300
commitc12dce6f6039e636a405c3fe579c3faaba674977 (patch)
tree69106f6375ed45c7e5e3c0b4cbdfd0ca38c7c750 /PKGBUILD
parent788834c235e7a02eddc363f28a18aced31ee6b1d (diff)
downloadaur-c12dce6f6039e636a405c3fe579c3faaba674977.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 fcbe2d078741..adc75ae13496 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,13 +31,13 @@ _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=2
+pkgrel=3
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
license=('custom')
depends=('jemalloc' 'bzip2' 'libx11' 'libxext' 'libxt' 'libsm' 'zlib'
- 'autotrace-nomagick' 'fftw' 'flif-git' 'libfpx' 'djvulibre'
+ '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'