summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-02-18 17:34:35 +0100
committerChristopher Arndt2023-02-18 17:34:35 +0100
commit20d4c6019f7308009a47e85a2f281a4e37e68fb5 (patch)
tree1149b7ca36ad11878487e509e2cc128692ad1b6f
parentcf7c10efba927fd2f6319ceb0ed0833cff7599c3 (diff)
downloadaur-20d4c6019f7308009a47e85a2f281a4e37e68fb5.tar.gz
New upstream version 2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ccc9e4fc09e..7b448c39b9a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.4.0
+ pkgver = 2.5.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.4.0.tar.gz
- sha256sums = 17f4d997129003edc5c3c387258d5846bdd4d35a1a60a53abe6a96ed5238c62f
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.5.0.tar.gz
+ sha256sums = ef17672a0ec47ae97ae9d50f98eabe209609ffd08e8b4abdc2e8e20bf499b151
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 30dffbf97023..5dcb7519c0dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.4.0
+pkgver=2.5.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=('17f4d997129003edc5c3c387258d5846bdd4d35a1a60a53abe6a96ed5238c62f')
+sha256sums=('ef17672a0ec47ae97ae9d50f98eabe209609ffd08e8b4abdc2e8e20bf499b151')
prepare() {