Merge pull request #20603 from podsvirov/python-bootstrap-flask-update

python-bootstrap-flask: update to 2.4.0
This commit is contained in:
Konstantin Podsvirov 2024-04-10 00:21:37 +03:00 committed by GitHub
commit 7e8acbee7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ _realname=${_pyname,,}
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}"
"${MINGW_PACKAGE_PREFIX}-python-${_realname}-docs")
pkgver=2.3.3
pkgver=2.4.0
pkgrel=1
pkgdesc='Bootstrap 4 & 5 helper for your Flask projects (mingw-w64)'
arch=('any')
@ -27,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
# We do not use the pypi tarball, as there is no docs directory in it
#source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
source=("${msys2_repository_url}/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('475307e2a01f225136ae8fe65e716a794d814a8f4b035e54216299d3aad6f5cf')
sha256sums=('1f1d78ec401f8205a9c55ebf51370082fbc8c5b7066ca18e59377bbf4cb3f93c')
prepare() {
rm -rf "python-build-${MSYSTEM}" | true