python-pygit2: update to 1.18.2

This commit is contained in:
Dirk Stolle 2025-08-16 21:42:11 +02:00
parent c35881e6c9
commit af3e1d237d

View File

@ -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}"