summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-03-04 18:47:06 +0100
committerChristopher Arndt2023-03-04 18:47:06 +0100
commit27f1efaf20de9bc5cbdb6534c6d2e0d4833bc0d4 (patch)
treedbbbd1ee6050c218625b69f6d6ab568aa6facb36
parent696894afe9e86560717ba8a2423de4d64a06fde0 (diff)
downloadaur-27f1efaf20de9bc5cbdb6534c6d2e0d4833bc0d4.tar.gz
New upstream version 2.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 344b4e121ae7..90b2b205bc34 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.1
+ pkgver = 2.5.2
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.1.tar.gz
- sha256sums = d5c0d47a50f1d4b641793e909df6c73da6ace88e64d686d730dd844e073d1376
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.5.2.tar.gz
+ sha256sums = 787c994f7d2cff9c3d55750590fd212dabc8ff87e4690624eabb449a49dfd41d
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index e1605c47c3bd..3b7e353f16cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.5.1
+pkgver=2.5.2
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=('d5c0d47a50f1d4b641793e909df6c73da6ace88e64d686d730dd844e073d1376')
+sha256sums=('787c994f7d2cff9c3d55750590fd212dabc8ff87e4690624eabb449a49dfd41d')
prepare() {