summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-03-03 06:16:12 +0100
committerChristopher Arndt2023-03-03 06:16:12 +0100
commit696894afe9e86560717ba8a2423de4d64a06fde0 (patch)
tree0d6b12e40377d6145b4ee379d4434e1b1c0c580d
parent20d4c6019f7308009a47e85a2f281a4e37e68fb5 (diff)
downloadaur-696894afe9e86560717ba8a2423de4d64a06fde0.tar.gz
New upstream version 2.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b448c39b9a6..344b4e121ae7 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.0
+ pkgver = 2.5.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.5.0.tar.gz
- sha256sums = ef17672a0ec47ae97ae9d50f98eabe209609ffd08e8b4abdc2e8e20bf499b151
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.5.1.tar.gz
+ sha256sums = d5c0d47a50f1d4b641793e909df6c73da6ace88e64d686d730dd844e073d1376
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 5dcb7519c0dd..e1605c47c3bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.5.0
+pkgver=2.5.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=('ef17672a0ec47ae97ae9d50f98eabe209609ffd08e8b4abdc2e8e20bf499b151')
+sha256sums=('d5c0d47a50f1d4b641793e909df6c73da6ace88e64d686d730dd844e073d1376')
prepare() {