python-pygccxml: update to 3.0.2

This commit is contained in:
Biswapriyo Nath 2025-03-18 06:16:45 +00:00
parent ca2395c39a
commit e072e49b10

View File

@ -3,7 +3,7 @@
_realname=pygccxml
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.0.0
pkgver=3.0.2
pkgrel=1
pkgdesc="Simple framework to navigate C++ declarations, using Python classes. (mingw-w64)"
arch=('any')
@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('c2e1791ded4b83762675d64720cbbeef343edde15a25ea53435a0396c6b23a3a')
sha256sums=('e1a8c738765f4eb2819cc7439975631f838e59a1cf3fa49896e0a1967c5e2bee')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"