Date: Sunday, August 23, 2020 @ 07:26:08 Author: alucryd Revision: 686938
FS#67666: hypercorn 0.10.2-2 Modified: hypercorn/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-23 07:24:26 UTC (rev 686937) +++ PKGBUILD 2020-08-23 07:26:08 UTC (rev 686938) @@ -2,7 +2,7 @@ pkgname=hypercorn pkgver=0.10.2 -pkgrel=1 +pkgrel=2 pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn' url=https://gitlab.com/pgjones/hypercorn arch=(any) @@ -10,6 +10,7 @@ depends=( python-h11 python-h2 + python-priority python-toml python-typing_extensions python-wsproto