From 277192ce580725cd8868923e726ee9145b8f7590 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 30 Apr 2015 07:42:41 -0500 Subject: python2-gitpython-0.3.2.1-1: updating version --- pcr/python2-gitpython/PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pcr/python2-gitpython/PKGBUILD b/pcr/python2-gitpython/PKGBUILD index 5051583c5..14325f279 100644 --- a/pcr/python2-gitpython/PKGBUILD +++ b/pcr/python2-gitpython/PKGBUILD @@ -2,23 +2,23 @@ # Maintainer (Parabola) : Aurélien DESBRIÈRES pkgname=python2-gitpython -pkgver=0.3.2_rc1 -_pkgver=0.3.2.RC1 -pkgrel=2 +pkgver=0.3.2.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.5.1') +license=('BSD3') +depends=('python2' 'git' 'python2-gitdb>=0.6.0') makedepends=('python2' 'python2-distribute') conflicts=('gitpython-git' 'gitpython') replaces=('gitpython') -source=("http://pypi.python.org/packages/source/G/GitPython/GitPython-${_pkgver}.tar.gz") +source=("http://pypi.python.org/packages/source/G/GitPython/GitPython-${pkgver}.tar.gz") +md5sums=('a8e8d3875d71c09993d078527d8c327e') package() { - cd "$srcdir/GitPython-${_pkgver}" + cd "$srcdir/GitPython-${pkgver}" python2 setup.py install --root="$pkgdir/" --optimize=1 || return 1 - install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/gitpython/LICENSE + install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } # vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf