summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLisa White2019-11-18 12:39:45 +0000
committerLisa White2019-11-18 12:39:45 +0000
commit60b0abb4ae91a8140039a627e57bd7719b0d831c (patch)
treed853f9a87be2758290492025247aaa26a8cdcc35
parent39795c9289b8b3735c685eb1f8b8d901f05caff7 (diff)
downloadaur-60b0abb4ae91a8140039a627e57bd7719b0d831c.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23e5f57f0a92..8bae34982274 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = hotdoc
pkgdesc = HotDoc: the tastiest API documentation system
pkgver = 0.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hotdoc/hotdoc
arch = any
license = LGPL2
- makedepends = python-setuptools
- makedepends = npm
makedepends = cmake
makedepends = flex
+ makedepends = git
+ makedepends = npm
+ makedepends = python-setuptools
depends = python
depends = python-cchardet
depends = python-dbus-deviation
diff --git a/PKGBUILD b/PKGBUILD
index 77746ff73cb2..d8ba5c2d1385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@
# Contributor: Lubosz Sarnecki <lubosz@gmail.com>
pkgname=hotdoc
pkgver=0.9.3
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="HotDoc: the tastiest API documentation system"
arch=('any')
@@ -40,10 +40,11 @@ depends=(
'python-yaml'
)
makedepends=(
- 'python-setuptools'
- 'npm'
'cmake'
'flex'
+ 'git'
+ 'npm'
+ 'python-setuptools'
)
checkdepends=()
optdepends=()