python-flask: update to 2.1.3

This commit is contained in:
Mehdi Chinoune
2022-07-17 21:06:52 +00:00
parent 62db0adca4
commit 3947fa3ec4

View File

@@ -3,8 +3,8 @@
_realname=flask
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.1.2
pkgrel=2
pkgver=2.1.3
pkgrel=1
pkgdesc='Micro webdevelopment framework for Python (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-click"
"${MINGW_PACKAGE_PREFIX}-python-importlib-metadata")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("${_realname}-$pkgver.tar.gz::https://github.com/pallets/flask/archive/${pkgver}.tar.gz")
sha256sums=('7d9a32b84cd6cafa0cbd4e3bd7411cd46d3d8112b3c0fc15623cc72bacce52ee')
sha256sums=('1b8c4be6e3608282824a8a01116a7215e240f46f6cf995c1ec1c53a3820ece39')
prepare() {
rm -rf "python-build-${MSYSTEM}" | true