summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-03-18 22:09:28 +0100
committerChristopher Arndt2023-03-18 22:09:28 +0100
commit1e5d41af7dcfe4f2d8ab3674598bda744c3fd40a (patch)
tree3c8aae239a408a6b1ecf5e2f5b02671e4fb2ba3f
parent27f1efaf20de9bc5cbdb6534c6d2e0d4833bc0d4 (diff)
downloadaur-1e5d41af7dcfe4f2d8ab3674598bda744c3fd40a.tar.gz
New upstream version 2.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90b2b205bc34..09dd743056e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.5.2
+ pkgver = 2.6.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.5.2.tar.gz
- sha256sums = 787c994f7d2cff9c3d55750590fd212dabc8ff87e4690624eabb449a49dfd41d
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.6.0.tar.gz
+ sha256sums = b0ed2685230c71ca28d35e96b09685406f6f9cc03b81b393264d2c6b14c5cf23
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 3b7e353f16cc..3ebef58ae30c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.5.2
+pkgver=2.6.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=('787c994f7d2cff9c3d55750590fd212dabc8ff87e4690624eabb449a49dfd41d')
+sha256sums=('b0ed2685230c71ca28d35e96b09685406f6f9cc03b81b393264d2c6b14c5cf23')
prepare() {