summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2015-05-25 10:31:09 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2015-05-25 10:31:09 +0200
commit073603076a461e6f41afb154dec843dc856209ab (patch)
tree5e1071783888dad9adede29db4ff0b6dc5992f0f
parent6c91e4d26ea32478fb8251ce469cc56132514d0c (diff)
python2-gitpython: Bumped to 1.0.1.HEADmaster
-rw-r--r--python2-gitpython/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python2-gitpython/PKGBUILD b/python2-gitpython/PKGBUILD
index affc97a..09ce5dc 100644
--- a/python2-gitpython/PKGBUILD
+++ b/python2-gitpython/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jon Bergli Heier <snakebite@jvnv.net>
pkgname=python2-gitpython
-pkgver=0.3.2.1
+pkgver=1.0.1
pkgrel=1
pkgdesc="A python library used to interact with Git repositories"
arch=('any')
url="http://gitorious.org/git-python"
license=('BSD')
-depends=('python2' 'git' 'python2-gitdb>=0.6.0')
+depends=('python2' 'git' 'python2-gitdb>=0.6.4')
makedepends=('python2' 'python2-distribute')
conflicts=('gitpython-git' 'gitpython')
replaces=('gitpython')
source=("http://pypi.python.org/packages/source/G/GitPython/GitPython-${pkgver}.tar.gz")
-md5sums=('a8e8d3875d71c09993d078527d8c327e')
+md5sums=('4659644b42c41e5e5170c0cd83ed6422')
package() {
cd "$srcdir/GitPython-${pkgver}"