summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2021-09-10 19:39:23 +0200
committerGroctel2021-09-10 19:39:23 +0200
commit869f9093d5351d904ae1ec55ca58df5ccff0718f (patch)
tree70b8acbdb637988645d39e773ebbe552019fa3a6
parent510410fa2399d9d85f6c1b00b9a5437748d0a4d5 (diff)
downloadaur-869f9093d5351d904ae1ec55ca58df5ccff0718f.tar.gz
Updated to 2.6.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97d33a6d9d98..d94289beffda 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.6.2.r25.ga8b907df3
+ pkgver = 2.6.2.r32.gd2b8d970b
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.6.2.r25.ga8b907df3
+ provides = python-networkx=2.6.2.r32.gd2b8d970b
conflicts = python-networkx
source = git+https://github.com/networkx/networkx#branch=main
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 342f8b1c060e..21f5ca9cf0a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=networkx
pkgname=python-networkx-git
-pkgver=2.6.2.r25.ga8b907df3
+pkgver=2.6.2.r32.gd2b8d970b
pkgrel=1
pkgdesc="Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks."