summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-02-24 20:36:57 +0100
committerChristopher Arndt2018-02-24 20:36:57 +0100
commita08e49fdb5ee670a83b1efe30c067eb65405a1b8 (patch)
tree2dd3bebb9dfc329f73ee0eb82e02f3fada5eb574
parentd6c1d9397f4030b7c8262f7a9de60bc31d72f5c6 (diff)
downloadaur-a08e49fdb5ee670a83b1efe30c067eb65405a1b8.tar.gz
New upstream version
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efae20923d16..aca01d7816af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Sun Mar 19 15:47:27 UTC 2017
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 0.10.1
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/naiquevin/pipdeptree
arch = any
license = MIT
depends = python-pip
- source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-0.10.1.tar.gz
- md5sums = 656eaf8ecbe9975ead1e46cab580b58a
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-0.11.0.tar.gz
+ md5sums = 0f8d54572e9f700357e16fc994fb1b04
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index ced8915ffd81..b2189e66bc95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=('pipdeptree')
-pkgver='0.10.1'
+pkgver='0.11.0'
pkgrel=1
pkgdesc="Command line utility to show dependency tree of Python packages"
url="https://github.com/naiquevin/${pkgname}"
@@ -9,7 +9,7 @@ depends=('python-pip')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('656eaf8ecbe9975ead1e46cab580b58a')
+md5sums=('0f8d54572e9f700357e16fc994fb1b04')
package() {