diff --git a/mingw-w64-python-aiohttp/PKGBUILD b/mingw-w64-python-aiohttp/PKGBUILD index 07a5841c11..1909b6631b 100644 --- a/mingw-w64-python-aiohttp/PKGBUILD +++ b/mingw-w64-python-aiohttp/PKGBUILD @@ -3,7 +3,7 @@ _realname=aiohttp pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.12.2 +pkgver=3.12.11 pkgrel=1 pkgdesc='HTTP client/server for asyncio (mingw-w64)' arch=('any') @@ -39,7 +39,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-freezegun" "${MINGW_PACKAGE_PREFIX}-python-brotli") optdepends=("${MINGW_PACKAGE_PREFIX}-python-brotli: for Brotli transfer-encodings support") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('0018956472ee535d2cad761a5bb88eb4ad80f94cd86472cee26a244799f7c79f') +sha256sums=('a5149ae1b11ce4cf8b122846bfa3d7c5f29fe3bfe6745ab21b3eea9615bc5564') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"