summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO7
1 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0518a266e8c3..19c489591af0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-gitpython
pkgdesc = Python Git Library
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gitpython-developers/GitPython
arch = any
license = BSD
makedepends = python-setuptools
+ makedepends = python2-setuptools
source = https://pypi.python.org/packages/source/G/GitPython/GitPython-1.0.1.tar.gz
sha256sums = 9c88c17bbcae2a445ff64024ef13526224f70e35e38c33416be5ceb56ca7f760
@@ -13,3 +14,7 @@ pkgname = python-gitpython
depends = git>=1.7
depends = python-gitdb>=0.6.4
+pkgname = python2-gitpython
+ depends = git>=1.7
+ depends = python2-gitdb>=0.6.4
+