Date: Monday, December 6, 2021 @ 09:50:08 Author: alucryd Revision: 1065258
python-aiofiles 0.8.0-1: python 3.10 rebuild Modified: python-aiofiles/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-06 09:24:20 UTC (rev 1065257) +++ PKGBUILD 2021-12-06 09:50:08 UTC (rev 1065258) @@ -2,8 +2,8 @@ # Contributor: cclin <[email protected]> pkgname=python-aiofiles -pkgver=0.7.0 -pkgrel=2 +pkgver=0.8.0 +pkgrel=1 pkgdesc='File support for asyncio' arch=(any) license=(APACHE) @@ -20,7 +20,7 @@ python-pytest-cov python-tox ) -_tag=469c1a8b94ccccf25516706c88dde2e69ea45f3c +_tag=d010ff4d789598213334a32ec3d3f55caaab766c source=(git+https://github.com/Tinche/aiofiles.git#tag=${_tag}) sha256sums=(SKIP)
