summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2021-07-27 23:04:47 +0200
committerGroctel2021-07-27 23:04:47 +0200
commit5b49e9225b13e686bcd1b98085a35837c72e53cf (patch)
treecdf6da16e2c5f57bc1a237756eca75078d2d0934
parentb1c0862181c8cbaea9499e8bb199a668a78d07da (diff)
downloadaur-5b49e9225b13e686bcd1b98085a35837c72e53cf.tar.gz
Updated to 2.6.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91dabe562ea5..1c0f153df869 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.1
+ pkgver = 2.6.2.r2.ge605a13c0
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.1
+ provides = python-networkx=2.6.2.r2.ge605a13c0
conflicts = python-networkx
source = git+https://github.com/networkx/networkx#branch=main
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e8ea2352e3f5..8de35859c691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=networkx
pkgname=python-networkx-git
-pkgver=2.6.1
+pkgver=2.6.2.r2.ge605a13c0
pkgrel=1
pkgdesc="Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks."