summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-01-09 19:35:30 +0100
committerChristopher Arndt2022-01-09 19:35:30 +0100
commit4d5482015015b255cb396dbdfa6aa577cf9db79e (patch)
tree20a2ca4bebc015d35895f944ef03714cf3ff2a20
parent79180cc9ce74e393a2741fe61a54694d4441cdd2 (diff)
downloadaur-4d5482015015b255cb396dbdfa6aa577cf9db79e.tar.gz
New upstream version 2.2.1
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e822ab8b551f..4fe78f3119ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/naiquevin/pipdeptree
arch = any
license = MIT
depends = python-pip
optdepends = graphviz: for generating graphical output
- source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.2.0.tar.gz
- sha256sums = 21a89e77d6eae635685e8af5ecd56561f092f8216bb290e7ae5362885d611f60
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.2.1.tar.gz
+ sha256sums = 2b97d80c64d229e01ad242f14229a899263c6e8645c588ec5b054c1b81f3065d
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 7151b2951162..95631e7bd617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname='pipdeptree'
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="Command line utility to show dependency tree of Python packages"
url="https://github.com/naiquevin/${pkgname}"
@@ -10,7 +10,7 @@ optdepends=('graphviz: for generating graphical output')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('21a89e77d6eae635685e8af5ecd56561f092f8216bb290e7ae5362885d611f60')
+sha256sums=('2b97d80c64d229e01ad242f14229a899263c6e8645c588ec5b054c1b81f3065d')
build() {