diff --git a/mingw-w64-python-qasync/PKGBUILD b/mingw-w64-python-qasync/PKGBUILD index b41d683431..84ac3b8701 100644 --- a/mingw-w64-python-qasync/PKGBUILD +++ b/mingw-w64-python-qasync/PKGBUILD @@ -3,8 +3,8 @@ _realname=qasync pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.24.1 -pkgrel=2 +pkgver=0.24.2 +pkgrel=1 pkgdesc='Implementation of the PEP 3156 Event-Loop with Qt (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') @@ -13,7 +13,7 @@ license=('spdx:BSD-2-Clause') depends=("${MINGW_PACKAGE_PREFIX}-python-pyqt5" "${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://github.com/CabbageDevelopment/qasync/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('b4aec9f6df9db810172a33c7ed6812f48217b02d816d95ced34eb02fd011b623') +sha256sums=('3fc313e9ab6bf6affe0d8e961ea3370e3134b1a3e3fb5ccc19f0602e48e6eff2') prepare() { cd "${srcdir}"