summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-06-16 02:49:56 +0200
committerChristopher Arndt2023-06-16 02:49:56 +0200
commitdbfeda04b5d55c9be90aec4b4a0da2ceef6f8f53 (patch)
tree7d12388f15bc8efd3e77956bd27a197085993796
parent2826a3c63625300d42096969bbcdf842cc548a28 (diff)
downloadaur-dbfeda04b5d55c9be90aec4b4a0da2ceef6f8f53.tar.gz
New upstream version 2.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1ae23cbd075..90624139b47d 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.2
+ pkgver = 2.9.3
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.2.tar.gz
- sha256sums = 60ff48585f6fc6e283c41893a618faf4deb77b84781c45a3da29bf0c8e0ce4a7
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.9.3.tar.gz
+ sha256sums = d0049795a78c600bce97663a4d0ae3ebc212f7ccc2f1bd3efef910b7e8bf4591
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 03401f7a4046..1b2f91fd3d36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.9.2
+pkgver=2.9.3
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=('60ff48585f6fc6e283c41893a618faf4deb77b84781c45a3da29bf0c8e0ce4a7')
+sha256sums=('d0049795a78c600bce97663a4d0ae3ebc212f7ccc2f1bd3efef910b7e8bf4591')
prepare() {