summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2024-03-25 21:24:35 +0100
committerChristopher Arndt2024-03-25 21:24:35 +0100
commit8226360be37dc418c729ebafd24f41d5f94623ce (patch)
treec1196db099341afa23f1bd181389ba595ec88447
parent6b1239d408fbb906f67a8cf2f7cac56de6be3b5f (diff)
downloadaur-8226360be37dc418c729ebafd24f41d5f94623ce.tar.gz
New upstream version 2.16.2
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfc734255d1f..226c13e219e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.16.1
+ pkgver = 2.16.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.16.1.tar.gz
- sha256sums = f1ca64ce4aff9373613711048b9c4e8106ad955dea0dd962b7974fa168d7650a
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.16.2.tar.gz
+ sha256sums = 96ecde8e6f40c95998491a385e4af56d387f94ff7d3b8f209aa34982a721bc43
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 358e67bc1b49..3a1e005e5a54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.16.1
+pkgver=2.16.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=('f1ca64ce4aff9373613711048b9c4e8106ad955dea0dd962b7974fa168d7650a')
+sha256sums=('96ecde8e6f40c95998491a385e4af56d387f94ff7d3b8f209aa34982a721bc43')
prepare() {
cd $pkgname-$pkgver