summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-07-09 21:02:12 +0200
committerChristopher Arndt2018-07-09 21:02:12 +0200
commitb56ff5a91d85c1f829fef5b00e1c4556b3ed2968 (patch)
treea1617eaab28c6b06557f9392d5f5243d9233c92e
parent4838272a80a11e6813709f0c1967e4235d051a56 (diff)
downloadaur-b56ff5a91d85c1f829fef5b00e1c4556b3ed2968.tar.gz
New upstream version
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 53fc27621766..2a5f3f74caf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 0.12.1
+ pkgver = 0.13.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.12.1.tar.gz
- md5sums = e8a07f98286e06e22da80b793764b239
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-0.13.0.tar.gz
+ md5sums = 1cbdbd185f3e09106930549bbef0a9a1
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 4ac3e3c03d94..258c6df3a83a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=('pipdeptree')
-pkgver='0.12.1'
+pkgver='0.13.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=('e8a07f98286e06e22da80b793764b239')
+md5sums=('1cbdbd185f3e09106930549bbef0a9a1')
build() {