Date: Tuesday, May 5, 2020 @ 11:14:52 Author: alucryd Revision: 624917
upgpkg: python-trio 0.14.0-1 Modified: python-trio/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-05 11:14:34 UTC (rev 624916) +++ PKGBUILD 2020-05-05 11:14:52 UTC (rev 624917) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-trio -pkgver=0.13.0 +pkgver=0.14.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) -source=(git+https://github.com/python-trio/trio.git#tag=d47e018d84862eecd9a896bf127159436a473494) +source=(git+https://github.com/python-trio/trio.git#tag=7fa11bdbcfee1c65d0bff590337ed4355ebbe44b) sha256sums=('SKIP') pkgver() {
