summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2022-04-26 19:25:10 +0200
committerGroctel2022-04-26 19:25:10 +0200
commit2ac7c2f542ce64165b59c7f8d9a4fecab2ffa63f (patch)
treeb0ef2bb7bdcaa2291d260cafe516e60be6c4a434
parent5856658e9cf4824ad27628d09e43317920c7c959 (diff)
downloadaur-2ac7c2f542ce64165b59c7f8d9a4fecab2ffa63f.tar.gz
Updated to 2.8.r18
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e892cc04cf1..2bb312b78458 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-networkx-git
pkgdesc = Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
- pkgver = 2.7.1.r3.g6b2f8c2fc
+ pkgver = 2.8.r18.g12c1a00cd
pkgrel = 1
url = https://github.com/networkx/networkx
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-networkx-git
depends = python-numpy
depends = python-pandas
depends = python-scipy
- provides = python-networkx=2.7.1.r3.g6b2f8c2fc
+ provides = python-networkx=2.8.r18.g12c1a00cd
conflicts = python-networkx
source = git+https://github.com/networkx/networkx#branch=main
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 549d116d0c16..c0c4bfad3887 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=networkx
pkgname=python-networkx-git
-pkgver=2.7.1.r3.g6b2f8c2fc
+pkgver=2.8.r18.g12c1a00cd
pkgrel=1
pkgdesc="Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks."