summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-07-11 03:37:02 +0200
committerChristopher Arndt2023-07-11 03:37:02 +0200
commit221758711acd6a3a94851f92cdaf615b78ebcf8d (patch)
treef6525c651cabe36051c64d62eebb401efe477f14
parent7c0f4f7b02b2f8fbf3236d15fc16c9a85e9bf346 (diff)
downloadaur-221758711acd6a3a94851f92cdaf615b78ebcf8d.tar.gz
New upstream version 2.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab8c7069aadb..bb148e17a546 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.4
+ pkgver = 2.9.5
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.4.tar.gz
- sha256sums = e2ee93944e7cdf7107a461fb71738042aed8fd7950a254c7ee6bf6ec3f97aae9
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.9.5.tar.gz
+ sha256sums = 47bfc150560709420b647bcc6293868d6f0848fb33a7d9ccbfc0abe343999953
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 51a104d424ac..c3fa352653cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.9.4
+pkgver=2.9.5
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=('e2ee93944e7cdf7107a461fb71738042aed8fd7950a254c7ee6bf6ec3f97aae9')
+sha256sums=('47bfc150560709420b647bcc6293868d6f0848fb33a7d9ccbfc0abe343999953')
prepare() {