diff options
Diffstat (limited to 'community/python-pygit2')
-rw-r--r-- | community/python-pygit2/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/python-pygit2/PKGBUILD b/community/python-pygit2/PKGBUILD index 17bbc9c04..3a67e169a 100644 --- a/community/python-pygit2/PKGBUILD +++ b/community/python-pygit2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106787 2014-03-07 16:41:06Z thestinger $ +# $Id: PKGBUILD 108473 2014-03-27 14:48:08Z fyan $ # Maintainer: Daniel Micay <danielmicay@gmail.com> pkgbase=python-pygit2 pkgname=(python-pygit2 python2-pygit2) pkgver=0.20.2 -pkgrel=1 +pkgrel=2 pkgdesc='Python bindings for libgit2' url="https://github.com/libgit2/pygit2" depends=(libgit2) |