Date: Tuesday, August 25, 2020 @ 06:20:49 Author: alucryd Revision: 687930
upgpkg: python-curio 1.4-1 Modified: python-curio/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-25 06:19:33 UTC (rev 687929) +++ PKGBUILD 2020-08-25 06:20:49 UTC (rev 687930) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-curio -pkgver=1.2 +pkgver=1.4 pkgrel=1 pkgdesc='Concurrent I/O' arch=(any) @@ -15,7 +15,8 @@ python-sphinx ) provides=(python-multio-provider) -source=(git+https://github.com/dabeaz/curio.git#tag=0ca479d4bcdf8fb684ce8778fb0978c9e4ecea67) +_tag=09dd8a20142b6210fe18f676a746918601c6092e +source=(git+https://github.com/dabeaz/curio.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
