Date: Sunday, May 7, 2023 @ 13:21:07 Author: alucryd Revision: 1459345
upgpkg: python-quart 0.18.4-1 Modified: python-quart/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-07 13:20:17 UTC (rev 1459344) +++ PKGBUILD 2023-05-07 13:21:07 UTC (rev 1459345) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-quart -pkgver=0.18.3 -pkgrel=2 +pkgver=0.18.4 +pkgrel=1 pkgdesc='A Python ASGI web microframework with the same API as Flask' url=https://github.com/pallets/quart arch=(any) @@ -25,7 +25,7 @@ python-poetry-core python-wheel ) -_tag=b0676aa80487dcdf559f7169aba89a016e529c3b +_tag=96af64f13cb588f7f2e5bd84d6d01ccf7542d6b8 source=(git+https://github.com/pallets/quart.git#tag=${_tag}) sha256sums=(SKIP)
