summaryrefslogtreecommitdiff
path: root/community/python-pygit2
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-08 03:57:26 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-08 03:57:26 +0000
commit2f1decd3dde75b8ed601dfdca2833879703012c8 (patch)
tree0516712500d0595136e9a1da4ece6cf04c22606c /community/python-pygit2
parentd44823e5676f0edd0e259c7c33d5640a043748ac (diff)
Sat Mar 8 03:54:50 UTC 2014
Diffstat (limited to 'community/python-pygit2')
-rw-r--r--community/python-pygit2/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-pygit2/PKGBUILD b/community/python-pygit2/PKGBUILD
index 13968cc59..17bbc9c04 100644
--- a/community/python-pygit2/PKGBUILD
+++ b/community/python-pygit2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 104863 2014-01-27 17:34:04Z thestinger $
+# $Id: PKGBUILD 106787 2014-03-07 16:41:06Z thestinger $
# Maintainer: Daniel Micay <danielmicay@gmail.com>
pkgbase=python-pygit2
pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.20.0
+pkgver=0.20.2
pkgrel=1
pkgdesc='Python bindings for libgit2'
url="https://github.com/libgit2/pygit2"
@@ -12,7 +12,7 @@ makedepends=(python python2)
arch=(i686 x86_64)
license=('GPL2')
source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
-md5sums=('3b8cba0ad69bcb2e1aa73d325dcdf53b')
+md5sums=('97631fd2b468fa91a2f6f771ce95f242')
package_python-pygit2() {
cd "$srcdir/pygit2-$pkgver"