summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2024-02-24 00:07:01 +0100
committerChristopher Arndt2024-02-24 00:07:01 +0100
commit41e848353fdbfae64cc19533c43aed8457f0352a (patch)
tree90e26ee70ae3fbbe404713744e63042eb8da2580
parentbcd2d641a003c5b85f42c43d8ddf99b44e368ebe (diff)
downloadaur-41e848353fdbfae64cc19533c43aed8457f0352a.tar.gz
New upstream version 2.15.0
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed0ff5a3dbc0..5513922d6465 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.14.0
+ pkgver = 2.15.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.14.0.tar.gz
- sha256sums = 3296195250e00d37638f2cce70495e3345645b4bbecc1c38ac39339f1511d9b5
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.15.0.tar.gz
+ sha256sums = b80098c9337f27b1d612c35223aa5a655c9a9e32021d7d0d0091e8dbce78fbeb
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 5bcdbbb82212..a3aa0d423b60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.14.0
+pkgver=2.15.0
pkgrel=1
arch=(any)
pkgdesc='Command line utility to show dependency tree of Python packages'
@@ -11,8 +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=('3296195250e00d37638f2cce70495e3345645b4bbecc1c38ac39339f1511d9b5')
-
+sha256sums=('b80098c9337f27b1d612c35223aa5a655c9a9e32021d7d0d0091e8dbce78fbeb')
prepare() {
cd $pkgname-$pkgver