summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2024-02-24 04:31:30 +0100
committerChristopher Arndt2024-02-24 04:31:30 +0100
commit21bbb8debc9cc1cc838c4eb1d8fdd672effef17a (patch)
treefe57afd6bf9ef22d8615fb17ebb46e48f0a5631c
parent41e848353fdbfae64cc19533c43aed8457f0352a (diff)
downloadaur-21bbb8debc9cc1cc838c4eb1d8fdd672effef17a.tar.gz
New upstream version 2.15.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 5513922d6465..042a495c5d1c 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.0
+ pkgver = 2.15.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.15.0.tar.gz
- sha256sums = b80098c9337f27b1d612c35223aa5a655c9a9e32021d7d0d0091e8dbce78fbeb
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.15.1.tar.gz
+ sha256sums = e4ae44fc9d0c747125316981804d7786e9d97bf59c128249b8ea272a7cbdecc4
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index a3aa0d423b60..29c7a27818a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.15.0
+pkgver=2.15.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=('b80098c9337f27b1d612c35223aa5a655c9a9e32021d7d0d0091e8dbce78fbeb')
+sha256sums=('e4ae44fc9d0c747125316981804d7786e9d97bf59c128249b8ea272a7cbdecc4')
prepare() {
cd $pkgname-$pkgver