summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-10-08 17:02:14 +0200
committerChristopher Arndt2018-10-08 17:02:14 +0200
commit5371e3bf352cd6c45b8ce3da80ff67116dfca3d5 (patch)
treecfdb835cfee2ea21668a3a1d84718193df6162e8
parentb56ff5a91d85c1f829fef5b00e1c4556b3ed2968 (diff)
downloadaur-5371e3bf352cd6c45b8ce3da80ff67116dfca3d5.tar.gz
New upstream version 0.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a5f3f74caf8..bbee77e92951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 0.13.0
+ pkgver = 0.13.1
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.13.0.tar.gz
- md5sums = 1cbdbd185f3e09106930549bbef0a9a1
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-0.13.1.tar.gz
+ md5sums = 3315f0878b3bd75ce9bd46f17418e6dc
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 258c6df3a83a..f2ac82d22aef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=('pipdeptree')
-pkgver='0.13.0'
+pkgver='0.13.1'
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=('1cbdbd185f3e09106930549bbef0a9a1')
+md5sums=('3315f0878b3bd75ce9bd46f17418e6dc')
build() {