Date: Tuesday, July 21, 2020 @ 09:32:39 Author: alucryd Revision: 664690
upgpkg: python-quart 0.13.0-1 Modified: python-quart/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-21 09:32:21 UTC (rev 664689) +++ PKGBUILD 2020-07-21 09:32:39 UTC (rev 664690) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-quart -pkgver=0.12.0 +pkgver=0.13.0 pkgrel=1 pkgdesc='A Python ASGI web microframework with the same API as Flask' url=https://gitlab.com/pgjones/quart @@ -31,7 +31,8 @@ python-pytest-sugar python-tox ) -source=(git+https://gitlab.com/pgjones/quart.git#tag=a2c91d8468042174c2babbef48bf81ef63bf75b9) +_tag=81c1c54ccf1a0088f8df1cd06dfa1de647c6b9d3 +source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
