Date: Sunday, December 6, 2020 @ 09:17:18 Author: alucryd Revision: 771009
upgpkg: python-quart 0.14.0-1 Modified: python-quart/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-06 09:16:34 UTC (rev 771008) +++ PKGBUILD 2020-12-06 09:17:18 UTC (rev 771009) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-quart -pkgver=0.13.1 -pkgrel=3 +pkgver=0.14.0 +pkgrel=1 pkgdesc='A Python ASGI web microframework with the same API as Flask' url=https://gitlab.com/pgjones/quart arch=(any) @@ -31,7 +31,7 @@ python-pytest-sugar python-tox ) -_tag=c6bef1fcac63ebd647e44a4888c6dc5f68465360 +_tag=97349f2e2cefbc2f1a09d6509066bb034bd368d9 source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag}) sha256sums=(SKIP)
