python-qasync: update to 0.24.2

This commit is contained in:
Mehdi Chinoune
2023-10-03 19:40:18 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent f7223fb7a6
commit 7ea4b0578a

View File

@@ -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}"