Date: Friday, June 11, 2021 @ 15:32:44 Author: arojas Revision: 962811
Update to 0.8.5 Modified: python-igraph/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-11 15:20:35 UTC (rev 962810) +++ PKGBUILD 2021-06-11 15:32:44 UTC (rev 962811) @@ -2,7 +2,7 @@ # Contributor: Lukasz Pozarlik <[email protected]> pkgname=python-igraph -pkgver=0.9.4 +pkgver=0.9.5 pkgrel=1 url='https://igraph.org/python/' license=(GPL) @@ -11,7 +11,7 @@ depends=(python-texttable igraph) makedepends=(python-setuptools) source=(https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('b1e4e3b8ea438f85e17874d0b0836107b437ebe68ae0b3be13d2ad399f45405d') +sha256sums=('888075cd862416d0a6eee548b1058a21acd8b1aa433e92807ed791f725a14e15') build() { cd $pkgname-$pkgver
