summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBermond2016-07-09 12:10:00 -0300
committerBermond2016-07-09 12:10:00 -0300
commit96f337a8d64405bbab1d9c16495ab290687400fc (patch)
tree0b41cea939fe50c02687e61faca336d65d915602
parent274e550b1ceb842d2069caa17bb3e862d68fac17 (diff)
downloadaur-96f337a8d64405bbab1d9c16495ab290687400fc.tar.gz
Added git to makedepends
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65d4bf3b86f9..ad4324c2fd43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Jul 9 14:49:59 UTC 2016
+# Sat Jul 9 15:09:34 UTC 2016
pkgbase = imagemagick-full-git
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)
pkgver = 7.0.2.3.r11035.g32b5039
- pkgrel = 3
+ pkgrel = 4
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
license = custom
+ makedepends = git
depends = jemalloc
depends = bzip2
depends = libx11
diff --git a/PKGBUILD b/PKGBUILD
index 1e4d0bdecb82..3cf1fefeefb5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _gs_font_dir="/usr/share/fonts/Type1"
_windows_font_dir="/usr/share/fonts/WindowsFonts"
pkgname=imagemagick-full-git
pkgver=7.0.2.3.r11035.g32b5039
-pkgrel=3
+pkgrel=4
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@@ -29,6 +29,7 @@ depends=('jemalloc' 'bzip2' 'libx11' 'libxext' 'libxt' 'libsm' 'zlib' 'autotrace
'libfpx' 'djvulibre' 'ttf-dejavu' 'fontconfig' 'freetype2' 'libraqm' 'ghostscript' 'gsfonts'
'graphviz' 'jbigkit' 'libjpeg-turbo' 'lcms' 'lcms2' 'openjpeg2' 'liblqr' 'xz' 'openexr' 'pango'
'libpng' 'librsvg' 'libtiff' 'libwebp' 'libwmf' 'libxml2' 'libmpeg2' 'opencl-headers' 'ocl-icd')
+makedepends=('git')
provides=("imagemagick" "imagemagick-full" "imagemagick-git" "imagemagick-fftw"
"libMagickCore-${pkgver%%.*}.Q32HDRI.so"
"libMagickWand-${pkgver%%.*}.Q32HDRI.so"