summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2021-07-31 16:49:55 +0200
committerChristopher Arndt2021-07-31 16:49:55 +0200
commit2281791cd30d105a48a3df86ee917798749026de (patch)
treec5565f7e18afb24e9686f6285e92fed006eaf2c2
parent92bfa7b0f3c48c039b533d99ae724664a12f2c79 (diff)
downloadaur-2281791cd30d105a48a3df86ee917798749026de.tar.gz
New upstream version 2.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c586374f074..99f562d6ec46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.0.0
+ pkgver = 2.1.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.0.0.tar.gz
- sha256sums = 44de04e0034b7d80a5071325c80c4c8f126da001225157f542f62afa79c60f8c
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.1.0.tar.gz
+ sha256sums = 0edf5e0d11d26c3960884839ac6fbe72eabf6f3bf3c76e495414d3aae693f9a2
pkgname = pipdeptree
-
diff --git a/PKGBUILD b/PKGBUILD
index 20638784627d..28371a855311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname='pipdeptree'
-pkgver=2.0.0
+pkgver=2.1.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=('44de04e0034b7d80a5071325c80c4c8f126da001225157f542f62afa79c60f8c')
+sha256sums=('0edf5e0d11d26c3960884839ac6fbe72eabf6f3bf3c76e495414d3aae693f9a2')
build() {