summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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)