From af3e1d237d9d878df37536e05cfae56ca63c9b1d Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sat, 16 Aug 2025 21:42:11 +0200 Subject: [PATCH] python-pygit2: update to 1.18.2 --- mingw-w64-python-pygit2/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pygit2/PKGBUILD b/mingw-w64-python-pygit2/PKGBUILD index c6be65858f..035edbd8a5 100644 --- a/mingw-w64-python-pygit2/PKGBUILD +++ b/mingw-w64-python-pygit2/PKGBUILD @@ -3,16 +3,18 @@ _realname=pygit2 pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.18.1 +pkgver=1.18.2 pkgrel=1 pkgdesc='Python bindings for libgit2 (mingw-w64)' arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') msys2_references=( 'archlinux: python-pygit2' + 'gentoo: dev-python/pygit2' 'purl: pkg:pypi/pygit2' ) msys2_repository_url='https://github.com/libgit2/pygit2/' +msys2_changelog_url='https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md' url='https://www.pygit2.org/' license=('spdx:GPL-2.0-only') depends=("${MINGW_PACKAGE_PREFIX}-libgit2" @@ -23,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cc") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('84e06fc3708b8d3beeefcec637f61d87deb38272e7487ea1c529174184fff6c4') +sha256sums=('eca87e0662c965715b7f13491d5e858df2c0908341dee9bde2bc03268e460f55') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"