summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwicast2016-08-10 12:05:33 +0800
committerwicast2016-08-10 12:05:33 +0800
commitdfc09b3330e2cb5102e379f7d68386becc82aee5 (patch)
tree839edb23454830f4264bb7c7f4a03255ccdaf3aa /PKGBUILD
parent078d7ab6fd69daf9b07baef29fc89c81d4e01e4d (diff)
downloadaur-python2-doxytag2zealdb.tar.gz
add makedepends git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 403902b18cb2..b03283ace040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_pypiname=doxytag2zealdb
pkgname=("python2-$_pypiname")
pkgver=0.1.2
-pkgrel=2
+pkgrel=1
+epoch=1
pkgdesc="create sqlite db for docset from a Doxygen tag file"
arch=(any)
url="http://pypi.python.org/pypi/$_pypiname"
license=('GPLv3')
depends=('python2' 'python2-docopt' 'python2-beautifulsoup4')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('git' 'python-setuptools' 'python2-setuptools')
source=("git+https://gitlab.com/vedvyas/doxytag2zealdb.git#tag=v${pkgver}")
md5sums=(SKIP)