Date: Tuesday, September 6, 2022 @ 07:02:39 Author: arojas Revision: 1294261
upgpkg: python-igraph 0.10.0-1: Update to 0.10.0 Modified: python-igraph/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-06 07:02:36 UTC (rev 1294260) +++ PKGBUILD 2022-09-06 07:02:39 UTC (rev 1294261) @@ -2,7 +2,7 @@ # Contributor: Lukasz Pozarlik <[email protected]> pkgname=python-igraph -pkgver=0.9.11 +pkgver=0.10.0 pkgrel=1 url='https://igraph.org/python/' license=(GPL) @@ -10,8 +10,8 @@ pkgdesc='Python bindings for the igraph library' depends=(python-texttable igraph) makedepends=(python-setuptools) -source=(https://files.pythonhosted.org/packages/source/i/igraph/igraph-$pkgver.tar.gz) -sha256sums=('52eeaf5c015e297d979fefc53038fbaaf5fff4fb5f5022dce43f3ddc78210515') +source=(python-igraph-$pkgver::https://files.pythonhosted.org/packages/source/i/igraph/igraph-$pkgver.tar.gz) +sha256sums=('4a106d06753a0dc17f30e4e2fb7260fba8d1bd2f6d3a56934573e624bc0a7146') build() { cd igraph-$pkgver
