summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2016-10-15 14:00:30 +0200
committerChristopher Arndt2016-10-15 14:00:30 +0200
commit6222f29e8c23ca0b46897fc9f06d2d14e81b6479 (patch)
tree68bbc4f2feeff13f008850ebe6f8bacf1546d7e3
parentc9fd35f025c619e3399b68edfd060a0bfa2bf053 (diff)
downloadaur-6222f29e8c23ca0b46897fc9f06d2d14e81b6479.tar.gz
New upstream version 0.7.0
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 429b20c5771d..ce4b1ef65332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Apr 13 14:02:36 UTC 2016
+# Sat Oct 15 11:59:52 UTC 2016
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/naiquevin/pipdeptree
arch = any
license = MIT
depends = python-pip
- source = https://pypi.python.org/packages/source/p/pipdeptree/pipdeptree-0.6.0.tar.gz
- md5sums = 48293e697281a53a16b23c2d95e596a6
+ source = https://pypi.python.org/packages/8b/41/85ad719f8e7f76764d2da84c4cd23b50d7639728bb12b0e5ffe405f6e4e0/pipdeptree-0.7.0.tar.gz
+ md5sums = 688330de5d4c854578933b8ff928c457
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index af45a0eb734b..8f661597f4fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=('pipdeptree')
-pkgver='0.6.0'
+pkgver='0.7.0'
pkgrel=1
pkgdesc="Command line utility to show dependency tree of Python packages"
url="https://github.com/naiquevin/pipdeptree"
depends=('python-pip')
license=('MIT')
arch=('any')
-source=("https://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('48293e697281a53a16b23c2d95e596a6')
+source=("https://pypi.python.org/packages/8b/41/85ad719f8e7f76764d2da84c4cd23b50d7639728bb12b0e5ffe405f6e4e0/${pkgname}-${pkgver}.tar.gz")
+md5sums=('688330de5d4c854578933b8ff928c457')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"