summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff6b1f73a9fe..314725c767bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = python2-doxytag2zealdb
pkgdesc = create sqlite db for docset from a Doxygen tag file
pkgver = 0.1.2
- pkgrel = 2
+ pkgrel = 1
+ epoch = 1
url = http://pypi.python.org/pypi/doxytag2zealdb
arch = any
license = GPLv3
+ makedepends = git
makedepends = python-setuptools
makedepends = python2-setuptools
depends = python2
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)