summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-11-09 21:43:39 +0100
committerChristopher Arndt2023-11-09 21:43:39 +0100
commitd44cb1568cbc4fc38aaabe8395b4ed5465da6931 (patch)
tree0ff81bf87a6e69f72f8d053c8dbfb79bf84085ac
parent03f2ff778c275ea763247d9acb919e64b0a03af5 (diff)
downloadaur-d44cb1568cbc4fc38aaabe8395b4ed5465da6931.tar.gz
New upstream version 2.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aa2622b3c08..e0b24bc7ef82 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.0
+ pkgver = 2.13.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.13.0.tar.gz
- sha256sums = ff71a48abd0b1ab810c23734b47de6ebd93270857d6665e21ed5ef6136fcba6e
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.13.1.tar.gz
+ sha256sums = 1e1acdb2ddc2abdca1718f27ca8dc21622c896a00b8980ec3d42c2208a841a10
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 68efbf8606b0..49a56d950034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.13.0
+pkgver=2.13.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=('ff71a48abd0b1ab810c23734b47de6ebd93270857d6665e21ed5ef6136fcba6e')
+sha256sums=('1e1acdb2ddc2abdca1718f27ca8dc21622c896a00b8980ec3d42c2208a841a10')
prepare() {