Date: Monday, February 24, 2020 @ 08:52:10 Author: alucryd Revision: 580175
upgpkg: python-curio 1.0-1 Modified: python-curio/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-24 08:44:10 UTC (rev 580174) +++ PKGBUILD 2020-02-24 08:52:10 UTC (rev 580175) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-curio -pkgver=0.9 -pkgrel=3 +pkgver=1.0 +pkgrel=1 pkgdesc='Concurrent I/O' arch=(any) url=https://github.com/dabeaz/curio @@ -15,9 +15,15 @@ python-sphinx ) provides=(python-multio-provider) -source=(git+https://github.com/dabeaz/curio.git#tag=${pkgver}) +source=(git+https://github.com/dabeaz/curio.git#tag=639bd8e602eda07cad34f4eedcaed901fc546c7a) sha256sums=(SKIP) +pkgver() { + cd curio + + git describe --tags +} + build() { cd curio
