summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2024-01-11 00:10:25 +0100
committerChristopher Arndt2024-01-11 00:10:25 +0100
commitb937cea7a32fa4c599c26967c1dcf30c7aa97c99 (patch)
tree30fab1b35e89dc8500c65eae77bace74ee202610
parentd44cb1568cbc4fc38aaabe8395b4ed5465da6931 (diff)
downloadaur-b937cea7a32fa4c599c26967c1dcf30c7aa97c99.tar.gz
New upstream version 2.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0b24bc7ef82..1597483b4bac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.13.1
+ pkgver = 2.13.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.13.1.tar.gz
- sha256sums = 1e1acdb2ddc2abdca1718f27ca8dc21622c896a00b8980ec3d42c2208a841a10
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.13.2.tar.gz
+ sha256sums = 1237791977ef61602dc967b287167c1a6b058501afbc145a04e835c622355e6f
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 49a56d950034..09875d5ddd55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.13.1
+pkgver=2.13.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=('1e1acdb2ddc2abdca1718f27ca8dc21622c896a00b8980ec3d42c2208a841a10')
+sha256sums=('1237791977ef61602dc967b287167c1a6b058501afbc145a04e835c622355e6f')
prepare() {