Date: Saturday, April 16, 2022 @ 22:07:31 Author: arojas Revision: 1186825
Update to 0.9.10 Modified: python-igraph/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-16 21:42:14 UTC (rev 1186824) +++ PKGBUILD 2022-04-16 22:07:31 UTC (rev 1186825) @@ -2,7 +2,7 @@ # Contributor: Lukasz Pozarlik <[email protected]> pkgname=python-igraph -pkgver=0.9.9 +pkgver=0.9.10 pkgrel=1 url='https://igraph.org/python/' license=(GPL) @@ -11,7 +11,7 @@ depends=(python-texttable igraph) makedepends=(python-setuptools) source=(https://files.pythonhosted.org/packages/source/i/igraph/igraph-$pkgver.tar.gz) -sha256sums=('3f84b57fbaab37efa965f8dc1e1e28aad181357f1a6aa8204fe7c91ee9615092') +sha256sums=('6f9d8e1d6105b34298591820e94d4d8b3f33f38068523769e7a555bf7c96accb') build() { cd igraph-$pkgver
