From 8fb10e7547183e3793dbfc97e9eb69e83f45e604 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 5 Dec 2024 17:21:14 +0100 Subject: [PATCH] * update python-networkx to 3.3-3 --- python/python-networkx/.SRCINFO | 2 +- python/python-networkx/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/python-networkx/.SRCINFO b/python/python-networkx/.SRCINFO index ea26226f28..6c386146d4 100644 --- a/python/python-networkx/.SRCINFO +++ b/python/python-networkx/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-networkx pkgdesc = Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. pkgver = 3.3 - pkgrel = 2 + pkgrel = 3 url = https://networkx.org/ arch = any license = BSD-3-Clause diff --git a/python/python-networkx/PKGBUILD b/python/python-networkx/PKGBUILD index 7f4e1d851e..fd5dbe1c9f 100644 --- a/python/python-networkx/PKGBUILD +++ b/python/python-networkx/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-networkx pkgver=3.3 -pkgrel=2 +pkgrel=3 pkgdesc='Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.' arch=(any) license=('BSD-3-Clause')