summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2024-03-04 21:06:19 +0100
committerChristopher Arndt2024-03-04 21:06:19 +0100
commit6b1239d408fbb906f67a8cf2f7cac56de6be3b5f (patch)
tree306d4d4d0286de0b557610b7645675d174acf8e3
parentd6640d2d588a7ac85b18d4e48772fc227263c1be (diff)
downloadaur-6b1239d408fbb906f67a8cf2f7cac56de6be3b5f.tar.gz
New upstream version 2.16.1
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 4c129d37154f..cfc734255d1f 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.0
+ pkgver = 2.16.1
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.0.tar.gz
- sha256sums = 45b045a539a87dde690596f4293ac7af7c6a1cd0a3480b06de9d33046564d17b
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.16.1.tar.gz
+ sha256sums = f1ca64ce4aff9373613711048b9c4e8106ad955dea0dd962b7974fa168d7650a
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index d49587be7f10..358e67bc1b49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.16.0
+pkgver=2.16.1
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=('45b045a539a87dde690596f4293ac7af7c6a1cd0a3480b06de9d33046564d17b')
+sha256sums=('f1ca64ce4aff9373613711048b9c4e8106ad955dea0dd962b7974fa168d7650a')
prepare() {
cd $pkgname-$pkgver