Date: Saturday, February 25, 2017 @ 15:21:55 Author: lfleischer Revision: 213774
upgpkg: python-pygit2 0.25.0-1 * Upstream update. * libgit2 0.25 rebuild. Modified: python-pygit2/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-25 15:07:03 UTC (rev 213773) +++ PKGBUILD 2017-02-25 15:21:55 UTC (rev 213774) @@ -1,4 +1,3 @@ -# $Id$ # Maintainer: Lukas Fleischer <[email protected]> # Maintainer: Daniel Micay <[email protected]> # Maintainer: Jaroslav Lichtblau <[email protected]> @@ -5,8 +4,8 @@ pkgbase=python-pygit2 pkgname=('python-pygit2' 'python2-pygit2') -pkgver=0.24.2 -pkgrel=2 +pkgver=0.25.0 +pkgrel=1 pkgdesc='Python bindings for libgit2' arch=('i686' 'x86_64') url="https://github.com/libgit2/pygit2" @@ -14,7 +13,7 @@ depends=('libgit2>=1:0.24.0') makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 'python2-setuptools' 'git' 'python-six' 'python2-six') source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz") -sha256sums=('8a779484728e5036a366bcc9f46746a27700f2587dfef066c59c58bdc49fffc8') +sha256sums=('488dff456921b2763d68b6e8df3101b0c54dc00822548b090b6ee6e05c909416') package_python-pygit2() { depends+=('python-cffi' 'python-six')
