python-aiohttp-cors: update to 0.8.1

This commit is contained in:
Biswapriyo Nath 2025-04-03 05:53:09 +00:00
parent 3375f701e1
commit 6678f55813

View File

@ -3,7 +3,7 @@
_realname=aiohttp-cors
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.8.0
pkgver=0.8.1
pkgrel=1
pkgdesc='CORS support for aiohttp (mingw-w64)'
arch=('any')
@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!emptydirs')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('ec70f38432c938e39d240ff38a7d789a5aa0a18087882c12d6cc141eef1144f6')
sha256sums=('ccacf9cb84b64939ea15f859a146af1f662a6b1d68175754a07315e305fb1403')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"