[arch-commits] Commit in python-igraph/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Fri Dec 3 00:35:04 UTC 2021
Date: Friday, December 3, 2021 @ 00:35:04
Author: foutrelis
Revision: 1063875
Fix source url
Modified:
python-igraph/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 00:34:56 UTC (rev 1063874)
+++ PKGBUILD 2021-12-03 00:35:04 UTC (rev 1063875)
@@ -10,7 +10,7 @@
pkgdesc='Python bindings for the igraph library'
depends=(python-texttable igraph)
makedepends=(python-setuptools)
-source=(https://pypi.python.org/packages/source/p/igraph/igraph-$pkgver.tar.gz)
+source=(https://files.pythonhosted.org/packages/source/i/igraph/igraph-$pkgver.tar.gz)
sha256sums=('e7bad9f5f52e6dc3ccdaa3d02d8ec433d9ada704f7a83168915cfa0c4c226730')
build() {
More information about the arch-commits
mailing list