Date: Monday, June 27, 2022 @ 18:59:16 Author: alerque Revision: 1239728
upgpkg: python-pygit2 1.9.2-1 Modified: python-pygit2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-27 18:42:37 UTC (rev 1239727) +++ PKGBUILD 2022-06-27 18:59:16 UTC (rev 1239728) @@ -4,7 +4,7 @@ # Contributor: Daniel Micay <[email protected]> pkgname=python-pygit2 -pkgver=1.9.1 +pkgver=1.9.2 pkgrel=1 pkgdesc='Python bindings for libgit2' arch=('x86_64') @@ -14,7 +14,7 @@ makedepends=('python-build' 'python-cffi' 'python-installer' 'python-setuptools' 'git' 'python-six' 'python-wheel') checkdepends=('python-pytest-runner') source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('5d73def26a59546f8759a3ff3c7224a7e73a16650cab7e3145a63702ee209fcc') +sha256sums=('17064af7a824d7e4481b4b909370085da047c0d706674d4d086215da4b3ef497') prepare() { cd "pygit2-$pkgver"
