Date: Sunday, August 23, 2020 @ 07:30:07 Author: alucryd Revision: 686946
FS#67665: python-quart 0.13.0-2 Modified: python-quart/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-23 07:29:42 UTC (rev 686945) +++ PKGBUILD 2020-08-23 07:30:07 UTC (rev 686946) @@ -2,7 +2,7 @@ pkgname=python-quart pkgver=0.13.0 -pkgrel=1 +pkgrel=2 pkgdesc='A Python ASGI web microframework with the same API as Flask' url=https://gitlab.com/pgjones/quart arch=(any) @@ -14,8 +14,8 @@ python-click python-itsdangerous python-jinja - python-multidict - python-sortedcontainers + python-toml + python-werkzeug ) makedepends=( git