Date: Thursday, May 28, 2020 @ 10:58:14 Author: alucryd Revision: 636247
upgpkg: python-aiofiles 0.5.0-1 Modified: python-aiofiles/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-28 10:56:26 UTC (rev 636246) +++ PKGBUILD 2020-05-28 10:58:14 UTC (rev 636247) @@ -2,8 +2,8 @@ # Contributor: cclin <[email protected]> pkgname=python-aiofiles -pkgver=0.4.0 -pkgrel=4 +pkgver=0.5.0 +pkgrel=1 pkgdesc='File support for asyncio' arch=(any) license=(APACHE) @@ -19,9 +19,15 @@ python-pytest-cov python-tox ) -source=(git+https://github.com/Tinche/aiofiles.git#tag=v${pkgver}) +source=(git+https://github.com/Tinche/aiofiles.git#tag=9a2141e6c51013995ed8b72b121e4e0a27af77b5) sha256sums=(SKIP) +pkgver() { + cd aiofiles + + git describe --tags | sed 's/^v//' +} + build() { cd aiofiles
