Date: Wednesday, March 11, 2020 @ 15:04:10 Author: alucryd Revision: 594295
upgpkg: python-trio-asyncio 0.11.0-1 Modified: python-trio-asyncio/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-11 15:03:31 UTC (rev 594294) +++ PKGBUILD 2020-03-11 15:04:10 UTC (rev 594295) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-trio-asyncio -pkgver=0.10.0 -pkgrel=2 +pkgver=0.11.0 +pkgrel=1 pkgdesc='A re-implementation of the asyncio mainloop on top of Trio' arch=(any) url=https://github.com/python-trio/trio-asyncio @@ -20,9 +20,15 @@ git python-setuptools ) -source=(git+https://github.com/python-trio/trio-asyncio.git#tag=v${pkgver}) +source=(git+https://github.com/python-trio/trio-asyncio.git#tag=9efa25cf6162688b577f4dfbe23b0ec4a1f9a315) sha256sums=(SKIP) +pkgver() { + cd trio-asyncio + + git describe --tags | sed 's/^v//' +} + build() { cd trio-asyncio
