python-werkzeug: update to 2.1.2
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
_realname=werkzeug
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=2.1.1
|
||||
pkgver=2.1.2
|
||||
pkgrel=1
|
||||
pkgdesc='Swiss Army knife of Python web development (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://werkzeug.palletsprojects.com/"
|
||||
license=('custom:BSD')
|
||||
license=('spdx:BSD-3-Clause')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
source=("${_realname}-$pkgver.tar.gz::https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('f2449f04af4849934e9e50eb5b90e86bc5c696e8d3a73abfbfec29bd5643fe9c')
|
||||
sha256sums=('5031cb388f7c5bbb28609d7f6bfd16380ce303f2a93cee2b27717fd0e2adda5d')
|
||||
|
||||
prepare() {
|
||||
rm -rf "python-build-${MSYSTEM}" | true
|
||||
|
||||
Reference in New Issue
Block a user