summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-02-17 16:35:23 +0100
committerChristopher Arndt2023-02-17 16:35:23 +0100
commitcf7c10efba927fd2f6319ceb0ed0833cff7599c3 (patch)
tree9006420cb474ea0076249280a4fa5de8da6dcd93
parentec72cee053ad12e56956fae5b5919e5ce1841699 (diff)
downloadaur-cf7c10efba927fd2f6319ceb0ed0833cff7599c3.tar.gz
New upstream version 2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 342f0d62e6a1..0ccc9e4fc09e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.3.3
+ pkgver = 2.4.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.3.3.tar.gz
- sha256sums = 9d666f77ff1b9528d01b3d98594096484f56de70d752abe22f13e681be239bd8
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.4.0.tar.gz
+ sha256sums = 17f4d997129003edc5c3c387258d5846bdd4d35a1a60a53abe6a96ed5238c62f
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 9114a349ee13..30dffbf97023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.3.3
+pkgver=2.4.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=('9d666f77ff1b9528d01b3d98594096484f56de70d752abe22f13e681be239bd8')
+sha256sums=('17f4d997129003edc5c3c387258d5846bdd4d35a1a60a53abe6a96ed5238c62f')
prepare() {