summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitpython/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/gitpython/PKGBUILD b/gitpython/PKGBUILD
index a33b0cd..867c15e 100644
--- a/gitpython/PKGBUILD
+++ b/gitpython/PKGBUILD
@@ -1,4 +1,5 @@
-# Contributor: Jon Bergli Heier <snakebite@jvnv.net>
+# Maintainer: Jon Bergli Heier <snakebite@jvnv.net>
+
pkgname=gitpython
pkgver=0.3.1_beta2
_pkgver=0.3.1-beta2
@@ -8,6 +9,7 @@ arch=('any')
url="http://gitorious.org/git-python"
license=('BSD')
depends=('python2' 'git' 'python-gitdb')
+makedepends=('python2-distribute')
conflicts=('gitpython-git')
source=("http://pypi.python.org/packages/source/G/GitPython/GitPython-${_pkgver}.tar.gz")
md5sums=('2ea70952acd8df0eaf0630b2c489f315')