summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-08-15 04:59:07 +0200
committerChristopher Arndt2023-08-15 04:59:07 +0200
commit03f2ff778c275ea763247d9acb919e64b0a03af5 (patch)
tree1ff815583c0a8f416df987b1f013999f5f86a2eb
parent4c63b82a175d35a1eda173738e044be31f3e0bce (diff)
downloadaur-03f2ff778c275ea763247d9acb919e64b0a03af5.tar.gz
New upstream version 2.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccde59832eb3..2aa2622b3c08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.12.0
+ pkgver = 2.13.0
pkgrel = 1
url = https://github.com/naiquevin/pipdeptree
arch = any
@@ -12,7 +12,7 @@ pkgbase = pipdeptree
makedepends = python-wheel
depends = python-pip
optdepends = python-graphviz: for generating graphical output
- source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.12.0.tar.gz
- sha256sums = d58b34eca0092d56cba92961cee6edebef2beba56c88dcc11e411c753c155b86
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.13.0.tar.gz
+ sha256sums = ff71a48abd0b1ab810c23734b47de6ebd93270857d6665e21ed5ef6136fcba6e
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 2d9d076066ad..68efbf8606b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.12.0
+pkgver=2.13.0
pkgrel=1
arch=(any)
pkgdesc='Command line utility to show dependency tree of Python packages'
@@ -11,7 +11,7 @@ makedepends=(python-build python-hatchling python-hatch-vcs python-installer pyt
optdepends=('python-graphviz: for generating graphical output')
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('d58b34eca0092d56cba92961cee6edebef2beba56c88dcc11e411c753c155b86')
+sha256sums=('ff71a48abd0b1ab810c23734b47de6ebd93270857d6665e21ed5ef6136fcba6e')
prepare() {