summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-07-30 04:56:00 +0200
committerChristopher Arndt2023-07-30 04:56:00 +0200
commit4c63b82a175d35a1eda173738e044be31f3e0bce (patch)
treef1db222563699a8692748bdc9773d8adf7d244bc
parentceccf3abaa119a2e30a3dde4194fda69f55e80a1 (diff)
downloadaur-4c63b82a175d35a1eda173738e044be31f3e0bce.tar.gz
New upstream version 2.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c0b63f331ae..ccde59832eb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.11.0
+ pkgver = 2.12.0
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.11.0.tar.gz
- sha256sums = 7d728dae42e13e02e7d45f13e3e1aa7cb3db30ed2d57a49861ff41056d93a3c0
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.12.0.tar.gz
+ sha256sums = d58b34eca0092d56cba92961cee6edebef2beba56c88dcc11e411c753c155b86
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 4437f5fd3ad9..2d9d076066ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.11.0
+pkgver=2.12.0
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=('7d728dae42e13e02e7d45f13e3e1aa7cb3db30ed2d57a49861ff41056d93a3c0')
+sha256sums=('d58b34eca0092d56cba92961cee6edebef2beba56c88dcc11e411c753c155b86')
prepare() {