summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-09-08 16:06:51 +0200
committerChristopher Arndt2022-09-08 16:06:51 +0200
commit562b1d920fb2b50f2092db0ef7a18b925a70d3db (patch)
treed393f83cdea88b20a8e65d99c6826e2ae59d8b53
parent3656e94834ef16b607902ebb22ceff91a83baa24 (diff)
downloadaur-562b1d920fb2b50f2092db0ef7a18b925a70d3db.tar.gz
New upstream version 2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5bbf2d3dd09..6a1ea727c5e2 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.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/naiquevin/pipdeptree
arch = any
@@ -12,7 +12,7 @@ pkgbase = pipdeptree
makedepends = python-wheel
depends = python-pip
optdepends = graphviz: for generating graphical output
- source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.3.0.tar.gz
- sha256sums = 93e3b2d5c7e9363b782f84610410d0824ac46a3618cb514c6ba64665df9cba27
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.3.1.tar.gz
+ sha256sums = 30699521e1c5861b08d29d92398f67e9a5d7f613092257fff2a8bde3c948e05b
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index a5c8d0b26344..ad47d4bf715e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname='pipdeptree'
-pkgver=2.3.0
+pkgver=2.3.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=('graphviz: for generating graphical output')
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('93e3b2d5c7e9363b782f84610410d0824ac46a3618cb514c6ba64665df9cba27')
+sha256sums=('30699521e1c5861b08d29d92398f67e9a5d7f613092257fff2a8bde3c948e05b')
prepare() {