summaryrefslogtreecommitdiff
path: root/community/python-pygit2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-pygit2/PKGBUILD')
-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 748012d7b..35f81c8cc 100644
--- a/community/python-pygit2/PKGBUILD
+++ b/community/python-pygit2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 98636 2013-10-15 23:04:31Z thestinger $
+# $Id: PKGBUILD 104863 2014-01-27 17:34:04Z thestinger $
# Maintainer: Daniel Micay <danielmicay@gmail.com>
pkgbase=python-pygit2
pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.19.1
+pkgver=0.20.0
pkgrel=1
pkgdesc='Python bindings for libgit2'
url="https://github.com/libgit2/pygit2"
@@ -12,7 +12,7 @@ makedepends=(python python2)
arch=(i686 x86_64 mips64el)
license=('GPL2')
source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
-md5sums=('98a98d8052a4066ab48b74ebd05c90e1')
+md5sums=('3b8cba0ad69bcb2e1aa73d325dcdf53b')
package_python-pygit2() {
cd "$srcdir/pygit2-$pkgver"