summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2021-06-01 10:50:42 +0200
committerGroctel2021-06-01 10:50:42 +0200
commit61c7d018b29bf41397d55b46507397fde1da07c4 (patch)
tree55e8936e3931944398d3a310afa8a55913e65887
parentc028b02f3da1570097b70ab90c3205da25e17eb4 (diff)
downloadaur-61c7d018b29bf41397d55b46507397fde1da07c4.tar.gz
Updated to 2.6.rc1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 472777b82376..79043727f315 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.5.r277.g01d9cfe02
+ pkgver = 2.6rc1.r1.gc444024a5
pkgrel = 1
url = https://github.com/networkx/networkx
arch = any
@@ -11,10 +11,9 @@ pkgbase = python-networkx-git
depends = python-numpy
depends = python-pandas
depends = python-scipy
- provides = python-networkx=2.5.r277.g01d9cfe02
+ provides = python-networkx=2.6rc1.r1.gc444024a5
conflicts = python-networkx
source = git+https://github.com/networkx/networkx#branch=main
sha512sums = SKIP
pkgname = python-networkx-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 959a50bb89e7..b58bf69d83d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Groctel <aur@taxorubio.com>
pkgname=python-networkx-git
_name=networkx
-pkgver=2.5.r277.g01d9cfe02
+pkgver=2.6rc1.r1.gc444024a5
pkgrel=1
pkgdesc="Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks."
arch=('any')