python-sspilib: update to 0.3.0

This commit is contained in:
Biswapriyo Nath
2025-04-12 05:32:23 +00:00
parent e26a8e3559
commit fe6bdb7805

View File

@@ -3,8 +3,8 @@
_realname=sspilib
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.2.0
pkgrel=2
pkgver=0.3.0
pkgrel=1
pkgdesc="SSPI API bindings for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -25,7 +25,7 @@ makedepends=(
)
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('4d6cd4290ca82f40705efeb5e9107f7abcd5e647cb201a3d04371305938615b8')
sha256sums=('fd81593555a6ab5d3ef0dfb095fda005161ffe331dd991bbbe4592cfc4c27945')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"