Date: Thursday, November 5, 2020 @ 07:23:25 Author: alucryd Revision: 742798
upgpkg: python-aiofiles 0.6.0-1 Modified: python-aiofiles/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-05 04:40:31 UTC (rev 742797) +++ PKGBUILD 2020-11-05 07:23:25 UTC (rev 742798) @@ -2,7 +2,7 @@ # Contributor: cclin <[email protected]> pkgname=python-aiofiles -pkgver=0.5.0 +pkgver=0.6.0 pkgrel=1 pkgdesc='File support for asyncio' arch=(any) @@ -19,7 +19,8 @@ python-pytest-cov python-tox ) -source=(git+https://github.com/Tinche/aiofiles.git#tag=9a2141e6c51013995ed8b72b121e4e0a27af77b5) +_tag=b4482aeef5312d4bf0c1abda5892df80957fa01f +source=(git+https://github.com/Tinche/aiofiles.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
