Date: Saturday, June 13, 2020 @ 08:42:06 Author: alucryd Revision: 642840
upgpkg: python-trio 0.16.0-1 Modified: python-trio/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-13 08:41:48 UTC (rev 642839) +++ PKGBUILD 2020-06-13 08:42:06 UTC (rev 642840) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-trio -pkgver=0.15.1 +pkgver=0.16.0 pkgrel=1 pkgdesc='A friendly Python library for async concurrency and I/O' arch=(any) @@ -21,7 +21,8 @@ python-setuptools ) provides=(python-multio-provider) -source=(git+https://github.com/python-trio/trio.git#tag=9f4b571141c15a41860e09570865fd7a041a4e5d) +_tag=7ef6f09f79ec3ce3ba8c3658cfa79457c55952ed +source=(git+https://github.com/python-trio/trio.git#tag=${_tag}) sha256sums=('SKIP') pkgver() {
