diff options
author | root <root@rshg054.dnsready.net> | 2013-10-17 01:14:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-17 01:14:24 -0700 |
commit | c72dc5de577922ea7f6002cdabcfac1576eae211 (patch) | |
tree | 3b8c1ab907b1575184230eb1adc05e26e3a1b87a /community/python-pygit2 | |
parent | c22d00d6478c9a00b4c7e491af65637537247c8f (diff) |
Thu Oct 17 01:13:29 PDT 2013
Diffstat (limited to 'community/python-pygit2')
-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 8cf19e460..742f53aff 100644 --- a/community/python-pygit2/PKGBUILD +++ b/community/python-pygit2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 94332 2013-07-20 22:37:34Z thestinger $ +# $Id: PKGBUILD 98636 2013-10-15 23:04:31Z thestinger $ # Maintainer: Daniel Micay <danielmicay@gmail.com> pkgbase=python-pygit2 pkgname=(python-pygit2 python2-pygit2) -pkgver=0.19.0 +pkgver=0.19.1 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=('a197304b3788ad051c39d7f2eeae4745') +md5sums=('98a98d8052a4066ab48b74ebd05c90e1') package_python-pygit2() { cd "$srcdir/pygit2-$pkgver" |