Date: Tuesday, August 30, 2022 @ 11:30:53 Author: felixonmars Revision: 1288653
upgpkg: python-werkzeug 2.2.0-1 Modified: python-werkzeug/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-30 11:30:17 UTC (rev 1288652) +++ PKGBUILD 2022-08-30 11:30:53 UTC (rev 1288653) @@ -5,19 +5,19 @@ # Contributor: Richard Murri pkgname=python-werkzeug -pkgver=2.1.2 +pkgver=2.2.0 pkgrel=1 pkgdesc='Swiss Army knife of Python web development' url='https://werkzeug.palletsprojects.com/' arch=('any') license=('custom:BSD') -depends=('python') +depends=('python-markupsafe') makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel') checkdepends=('python-pytest' 'python-pytest-timeout' 'python-pytest-xprocess' 'python-requests' 'python-ephemeral-port-reserve' 'python-greenlet' 'python-watchdog' 'python-cryptography') source=("https://github.com/pallets/werkzeug/archive/${pkgver}/$pkgname-$pkgver.tar.gz") -sha512sums=('28c4a794a3dbc8423e59244fbcf192b60b53f378444aaaf60330bdd62cec38a4625033b5d72b55613c8b26053a60153ddcb816331ff28ad3ee03bede74d8b1b3') +sha512sums=('2de05269ccd3d83728d435d2f155887a5fd3f3bda9b71c32ffd64b089116c80e89319870fa082f1c6feeeb797b665521b9692ce6c87dcb48b7fa49b2fc63516b') build() { cd "werkzeug-$pkgver"
