summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBermond2016-07-09 12:15:39 -0300
committerBermond2016-07-09 12:15:39 -0300
commit3d1fc071d637e307dec4657869278a6382cc110c (patch)
treeebcfe48fce9cb65def53de1d05eae3508cd26fa1
parent543b33dee2a8ec7d97080cfe195151c9d1a2be30 (diff)
downloadaur-3d1fc071d637e307dec4657869278a6382cc110c.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 57520d7dc2ee..ea5692411dca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Thu Jun 30 19:08:49 UTC 2016
+# Sat Jul 9 15:15:28 UTC 2016
pkgbase = imagemagick-full-doc-git
pkgdesc = The ImageMagick documentation (utilities manuals and libraries API)
- pkgver = 7.0.2.3.r11035.g32b5039
+ pkgver = 7.0.2.3.r11068.g82a1df8
pkgrel = 1
url = http://www.imagemagick.org/
arch = any
license = custom
+ makedepends = git
provides = imagemagick-doc
provides = imagemagick-full-doc
provides = imagemagick-git-doc
diff --git a/PKGBUILD b/PKGBUILD
index 120dea3ddfa9..ac3a34d5aa21 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=imagemagick-full-doc-git
-pkgver=7.0.2.3.r11035.g32b5039
+pkgver=7.0.2.3.r11068.g82a1df8
pkgrel=1
pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
arch=('any')
url="http://www.imagemagick.org/"
license=('custom')
+makedepends=('git')
provides=('imagemagick-doc' 'imagemagick-full-doc' 'imagemagick-git-doc')
conflicts=('imagemagick-doc' 'imagemagick-full-doc' 'imagemagick-git-doc')
source=("$pkgname"::'git+http://git.imagemagick.org/repos/ImageMagick.git')