diff options
Diffstat (limited to 'community/python-pygit2/PKGBUILD')
-rw-r--r-- | community/python-pygit2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-pygit2/PKGBUILD b/community/python-pygit2/PKGBUILD index 56ab4eef2..8cf19e460 100644 --- a/community/python-pygit2/PKGBUILD +++ b/community/python-pygit2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 88510 2013-04-19 08:16:34Z thestinger $ +# $Id: PKGBUILD 94332 2013-07-20 22:37:34Z thestinger $ # Maintainer: Daniel Micay <danielmicay@gmail.com> pkgbase=python-pygit2 pkgname=(python-pygit2 python2-pygit2) -pkgver=0.18.0 +pkgver=0.19.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) license=('GPL2') source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz) -md5sums=('25dedbcf38d690dc8b3716389f2702de') +md5sums=('a197304b3788ad051c39d7f2eeae4745') package_python-pygit2() { cd "$srcdir/pygit2-$pkgver" |