Date: Tuesday, November 10, 2020 @ 14:52:13 Author: yan12125 Revision: 749553
upgpkg: python-aioitertools 0.7.1-1 Modified: python-aioitertools/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-10 14:40:44 UTC (rev 749552) +++ PKGBUILD 2020-11-10 14:52:13 UTC (rev 749553) @@ -2,16 +2,16 @@ pkgname=python-aioitertools _pkgname=aioitertools -pkgver=0.7.0 -pkgrel=4 +pkgver=0.7.1 +pkgrel=1 pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and mixed-type iterables' arch=(any) -url='https://github.com/jreese/aioitertools' +url='https://github.com/omnilib/aioitertools' license=(MIT) depends=(python python-typing_extensions) makedepends=(python-setuptools) source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz") -sha256sums=('341cb05a0903177ef1b73d4cc12c92aee18e81c364e0138f4efc7ec3c47b8177') +sha256sums=('54a56c7cf3b5290d1cb5e8974353c9f52c677612b5d69a859369a020c53414a3') prepare() { cd $_pkgname-$pkgver
