summaryrefslogtreecommitdiff
path: root/pcr/python2-gitpython
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-21 02:04:43 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-21 02:04:43 -0500
commit556480f9f25951898489c827aac97e6696211537 (patch)
treee2bd0737a3ccb9155985e02eb2c49122f6f61bcb /pcr/python2-gitpython
parent150ed7e2594415ccae90d84ab100d3bed2202204 (diff)
python2-gitpython-1.0.1-1: updating version
Diffstat (limited to 'pcr/python2-gitpython')
-rw-r--r--pcr/python2-gitpython/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/pcr/python2-gitpython/PKGBUILD b/pcr/python2-gitpython/PKGBUILD
index 14325f279..7ceded02f 100644
--- a/pcr/python2-gitpython/PKGBUILD
+++ b/pcr/python2-gitpython/PKGBUILD
@@ -1,19 +1,19 @@
-# Contributor (Arch) : Jon Bergli Heier <snakebite@jvnv.net>
-# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp>
+# Maintainer (Arch): Jon Bergli Heier <snakebite@jvnv.net>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
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=('BSD3')
-depends=('python2' 'git' 'python2-gitdb>=0.6.0')
+license=('BSD')
+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}"