From 4f3a31f63d8ea6f00619573d9258f31a0d273c1b Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Fri, 3 Oct 2025 04:19:02 +0200 Subject: [PATCH] python-winloop: update to 0.2.3 --- mingw-w64-python-winloop/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-winloop/PKGBUILD b/mingw-w64-python-winloop/PKGBUILD index 8b663a330e..f2aeb3425b 100644 --- a/mingw-w64-python-winloop/PKGBUILD +++ b/mingw-w64-python-winloop/PKGBUILD @@ -3,7 +3,7 @@ _realname=winloop pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.2.2 +pkgver=0.2.3 pkgrel=1 pkgdesc="An alternative library for uvloop compatibility with MS Windows" arch=('any') @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-cython" "${MINGW_PACKAGE_PREFIX}-cc") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('b967a8bcc45cb9a6845e5d4fc77a493b8b9928b44b9230ff336b9b10ae399132') +sha256sums=('840c03b246a23d42c85de5c79c2df9f8e19e162c8caf80fdc2f3c1663e3f141b') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"