summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-07-07 22:19:04 +0200
committerChristopher Arndt2023-07-07 22:19:04 +0200
commit7c0f4f7b02b2f8fbf3236d15fc16c9a85e9bf346 (patch)
treead63b4e34a1ea1f386392ec9eaa86230e5123b1f
parentdbfeda04b5d55c9be90aec4b4a0da2ceef6f8f53 (diff)
downloadaur-7c0f4f7b02b2f8fbf3236d15fc16c9a85e9bf346.tar.gz
New upstream version 2.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90624139b47d..ab8c7069aadb 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.3
+ pkgver = 2.9.4
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.3.tar.gz
- sha256sums = d0049795a78c600bce97663a4d0ae3ebc212f7ccc2f1bd3efef910b7e8bf4591
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.9.4.tar.gz
+ sha256sums = e2ee93944e7cdf7107a461fb71738042aed8fd7950a254c7ee6bf6ec3f97aae9
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 1b2f91fd3d36..51a104d424ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.9.3
+pkgver=2.9.4
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=('d0049795a78c600bce97663a4d0ae3ebc212f7ccc2f1bd3efef910b7e8bf4591')
+sha256sums=('e2ee93944e7cdf7107a461fb71738042aed8fd7950a254c7ee6bf6ec3f97aae9')
prepare() {