summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2024-03-02 05:10:37 +0100
committerChristopher Arndt2024-03-02 05:10:37 +0100
commitd6640d2d588a7ac85b18d4e48772fc227263c1be (patch)
tree84914d62b2a3cf9de2ad75233904cc299f14aedb
parent21bbb8debc9cc1cc838c4eb1d8fdd672effef17a (diff)
downloadaur-d6640d2d588a7ac85b18d4e48772fc227263c1be.tar.gz
New upstream version 2.16.0
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 042a495c5d1c..4c129d37154f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.15.1
+ pkgver = 2.16.0
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.15.1.tar.gz
- sha256sums = e4ae44fc9d0c747125316981804d7786e9d97bf59c128249b8ea272a7cbdecc4
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.16.0.tar.gz
+ sha256sums = 45b045a539a87dde690596f4293ac7af7c6a1cd0a3480b06de9d33046564d17b
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 29c7a27818a5..d49587be7f10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.15.1
+pkgver=2.16.0
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=('e4ae44fc9d0c747125316981804d7786e9d97bf59c128249b8ea272a7cbdecc4')
+sha256sums=('45b045a539a87dde690596f4293ac7af7c6a1cd0a3480b06de9d33046564d17b')
prepare() {
cd $pkgname-$pkgver