From 7c3f76e75868807db38ebd46cfdfddca7008ba4b Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 6 Jan 2024 08:38:07 +0100 Subject: [PATCH] python-comtypes: Update to 1.2.1 --- mingw-w64-python-comtypes/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-comtypes/PKGBUILD b/mingw-w64-python-comtypes/PKGBUILD index 1c635f2193..9afb36f886 100644 --- a/mingw-w64-python-comtypes/PKGBUILD +++ b/mingw-w64-python-comtypes/PKGBUILD @@ -6,8 +6,8 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=1.2.0 -pkgrel=2 +pkgver=1.2.1 +pkgrel=1 pkgdesc="A pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-wheel") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.zip") -sha256sums=('c8f2f0e995d73baf0bd899a948d62adeb9ab908c8270c66a67ff09dfcf4872b7') +sha256sums=('7284c781ace845daa1fa0a28c5f702e51982002ac12d27a2b8862d4f21f52f8e') prepare() { rm -rf python-build-${MSYSTEM} | true