diff options
Diffstat (limited to 'community/python-pygit2/PKGBUILD')
-rw-r--r-- | community/python-pygit2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-pygit2/PKGBUILD b/community/python-pygit2/PKGBUILD index 699b07c7c..9df58821a 100644 --- a/community/python-pygit2/PKGBUILD +++ b/community/python-pygit2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 115212 2014-07-06 16:44:00Z thestinger $ +# $Id: PKGBUILD 116289 2014-07-24 03:35:26Z thestinger $ # Maintainer: Daniel Micay <danielmicay@gmail.com> pkgbase=python-pygit2 pkgname=(python-pygit2 python2-pygit2) -pkgver=0.21.0 -pkgrel=0 +pkgver=0.21.1 +pkgrel=1 pkgdesc='Python bindings for libgit2' url="https://github.com/libgit2/pygit2" depends=(libgit2) @@ -12,7 +12,7 @@ makedepends=(python-cffi python2-cffi) arch=(i686 x86_64) license=('GPL2') source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz) -md5sums=('e72518f75fd8d960eefd3150f54aafaf') +md5sums=('b453f5483b3da061aa6063916a4b6255') package_python-pygit2() { cd pygit2-$pkgver |