summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-06-15 19:32:28 +0200
committerChristopher Arndt2023-06-15 19:32:28 +0200
commit2826a3c63625300d42096969bbcdf842cc548a28 (patch)
tree1194355ce675cc5f022cc120df165132eb9e1c19
parent91b0ce58fafcd7212a8b63ca18ebbd907d9fc4e5 (diff)
downloadaur-2826a3c63625300d42096969bbcdf842cc548a28.tar.gz
New upstream version 2.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72748d7730c2..e1ae23cbd075 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.9.1
+ pkgver = 2.9.2
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.9.1.tar.gz
- sha256sums = ea414a34c06c67e477c9d689961f4228e9b2154f2778087db021ede9341ef336
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.9.2.tar.gz
+ sha256sums = 60ff48585f6fc6e283c41893a618faf4deb77b84781c45a3da29bf0c8e0ce4a7
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index b17f15436487..03401f7a4046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.9.1
+pkgver=2.9.2
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=('ea414a34c06c67e477c9d689961f4228e9b2154f2778087db021ede9341ef336')
+sha256sums=('60ff48585f6fc6e283c41893a618faf4deb77b84781c45a3da29bf0c8e0ce4a7')
prepare() {