summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2021-10-13 09:56:20 +0200
committerChristopher Arndt2021-10-13 09:56:20 +0200
commit79180cc9ce74e393a2741fe61a54694d4441cdd2 (patch)
tree0e75a8a129c95418ba7158bf1e1bcb98a5bb494b
parent2281791cd30d105a48a3df86ee917798749026de (diff)
downloadaur-79180cc9ce74e393a2741fe61a54694d4441cdd2.tar.gz
New upstream version 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99f562d6ec46..e822ab8b551f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.1.0
+ pkgver = 2.2.0
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.1.0.tar.gz
- sha256sums = 0edf5e0d11d26c3960884839ac6fbe72eabf6f3bf3c76e495414d3aae693f9a2
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.2.0.tar.gz
+ sha256sums = 21a89e77d6eae635685e8af5ecd56561f092f8216bb290e7ae5362885d611f60
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 28371a855311..7151b2951162 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname='pipdeptree'
-pkgver=2.1.0
+pkgver=2.2.0
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=('0edf5e0d11d26c3960884839ac6fbe72eabf6f3bf3c76e495414d3aae693f9a2')
+sha256sums=('21a89e77d6eae635685e8af5ecd56561f092f8216bb290e7ae5362885d611f60')
build() {