Date: Sunday, September 20, 2020 @ 08:35:26 Author: alucryd Revision: 710938
upgpkg: python-trio 0.17.0-1 Modified: python-trio/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-20 08:35:12 UTC (rev 710937) +++ PKGBUILD 2020-09-20 08:35:26 UTC (rev 710938) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-trio -pkgver=0.16.0 +pkgver=0.17.0 pkgrel=1 pkgdesc='A friendly Python library for async concurrency and I/O' arch=(any) @@ -21,7 +21,7 @@ python-setuptools ) provides=(python-multio-provider) -_tag=7ef6f09f79ec3ce3ba8c3658cfa79457c55952ed +_tag=d0362a1a0c1d765f2e2f0e3db22df7ffe5d4380d source=(git+https://github.com/python-trio/trio.git#tag=${_tag}) sha256sums=('SKIP')
