diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-30 07:42:41 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-30 07:42:41 -0500 |
commit | 277192ce580725cd8868923e726ee9145b8f7590 (patch) | |
tree | 939e07b7c2e1faa6f74f8aec83b1cc0921db5684 /pcr/python2-gitpython | |
parent | c5f8ce1bd74a04fb93e338a553355509410c7335 (diff) |
python2-gitpython-0.3.2.1-1: updating version
Diffstat (limited to 'pcr/python2-gitpython')
-rw-r--r-- | pcr/python2-gitpython/PKGBUILD | 16 |
1 files 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 <aurelien@hackers.camp> 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: |