python-flask: update to 3.0.2

This commit is contained in:
Mehdi Chinoune
2024-02-08 06:59:51 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 114e0f1144
commit 53f44454f9

View File

@@ -3,7 +3,7 @@
_realname=flask
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.0.1
pkgver=3.0.2
pkgrel=1
pkgdesc='Micro webdevelopment framework for Python (mingw-w64)'
arch=('any')
@@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('6489f51bb3666def6f314e15f19d50a1869a19ae0e8c9a3641ffe66c77d42403')
sha256sums=('822c03f4b799204250a7ee84b1eddc40665395333973dfb9deebfe425fefcb7d')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"