python-pycryptodomex: update to 3.23.0

This commit is contained in:
Biswapriyo Nath
2025-05-18 04:36:21 +00:00
parent 9736a634d5
commit afd12aff60

View File

@@ -3,7 +3,7 @@
_realname=pycryptodomex
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.22.0
pkgver=3.23.0
pkgrel=1
pkgdesc='A self-contained Python package of low-level cryptographic primitives (mingw-w64)'
arch=('any')
@@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('a1da61bacc22f93a91cbe690e3eb2022a03ab4123690ab16c46abb693a9df63d')
sha256sums=('71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"