Date: Monday, August 29, 2022 @ 19:20:50 Author: felixonmars Revision: 1285609
upgpkg: python-networkx 2.8.6-1 Modified: python-networkx/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-29 19:18:22 UTC (rev 1285608) +++ PKGBUILD 2022-08-29 19:20:50 UTC (rev 1285609) @@ -2,12 +2,12 @@ # Contributor: Clément DEMOULINS <[email protected]> pkgname=python-networkx -pkgver=2.8.5 +pkgver=2.8.6 pkgrel=1 pkgdesc='Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.' arch=('any') license=('BSD') -url="https://networkx.github.io" +url="https://networkx.org/" depends=('python-numpy' 'python-scipy' 'python-matplotlib' 'python-pandas') optdepends=('python-lxml: for GraphML XML format' 'python-pydot: for graph drawing and graph layout algorithms via GraphViz' @@ -16,7 +16,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-lxml' 'python-pydot' 'python-yaml') source=("https://github.com/networkx/networkx/archive/networkx-$pkgver.tar.gz") -sha512sums=('bb96fb9a92e6cedc5d51fc3313968aa014e86014fc654f4b9f57e39fe815e669b1686fd559545c0f1001ad0656e62af6624bb91bbefad335351f1310109aa7f6') +sha512sums=('527e8335004dc719fbff30da8f73916af6c5ddc265187ef663186c5ee4c99032c0f904357c588b3e33b060cc095d7acb44498d3597bbbfb3887dd01dfe9c716f') build() { cd networkx-networkx-$pkgver
