summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJurica Bradaric2017-11-05 20:56:53 +0100
committerJurica Bradaric2017-11-05 20:56:53 +0100
commit88da4b63eaddc6ed3f6e297ad1300876703667a1 (patch)
tree144a415bbb7268e1c3465ab9f52154dbd1689d0f
parent82ff23ac29c67260a93b42caf97754754b8515cc (diff)
downloadaur-python-objgraph.tar.gz
Update to version 3.1.1
-rw-r--r--.AURINFO15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 22 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index 14e41fadad5a..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,15 +0,0 @@
-pkgbase = python-objgraph
- pkgdesc = Draws Python object reference graphs with graphviz
- pkgver = 1.8.1
- pkgrel = 1
- url = http://mg.pov.lt/objgraph
- arch = any
- license = custom: MIT
- makedepends = python
- makedepends = python-setuptools
- optdepends = graphviz: generate images of reference graphs
- optdepends = xdot: interactively view object graphs
- source = http://pypi.python.org/packages/source/o/objgraph/objgraph-1.8.1.tar.gz
-
-pkgname = python-objgraph
-
diff --git a/.SRCINFO b/.SRCINFO
index 8c557c01c0ef..49ec7eb9a6f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 20 11:04:42 UTC 2016
+# Sun Nov 5 19:52:01 UTC 2017
pkgbase = python-objgraph
pkgdesc = Draws Python object reference graphs with graphviz
- pkgver = 3.0.0
+ pkgver = 3.1.1
pkgrel = 1
url = http://mg.pov.lt/objgraph
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-objgraph
makedepends = python-setuptools
optdepends = graphviz: generate images of reference graphs
optdepends = xdot: interactively view object graphs
- source = http://pypi.python.org/packages/source/o/objgraph/objgraph-3.0.0.tar.gz
- sha256sums = 1f222e1f318e4a940693bdc194d2d512ba90d9e8ea5717097b38066b1d895d24
+ source = https://pypi.python.org/packages/be/58/9ca81a20cc837054e94866df1475d899caaa94f3732b8a46006858b015f7/objgraph-3.1.1.tar.gz
+ sha256sums = 8c2de13d7d68235eab95d115f5f95c230c5648874006d391dc3cdaa83823589d
pkgname = python-objgraph
diff --git a/PKGBUILD b/PKGBUILD
index 46fbc34fc801..62ca6459ea86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jurica Bradaric <jbradaric@gmail.com>
# Contributor: Randy Heydon <randy.heydon at clockworklab dot net>
pkgname=python-objgraph
-pkgver=3.0.0
+pkgver=3.1.1
pkgrel=1
pkgdesc="Draws Python object reference graphs with graphviz"
arch=(any)
@@ -11,8 +11,8 @@ optdepends=('graphviz: generate images of reference graphs'
'xdot: interactively view object graphs')
makedepends=('python' 'python-setuptools')
-source=("http://pypi.python.org/packages/source/o/objgraph/objgraph-$pkgver.tar.gz")
-sha256sums=('1f222e1f318e4a940693bdc194d2d512ba90d9e8ea5717097b38066b1d895d24')
+source=("https://pypi.python.org/packages/be/58/9ca81a20cc837054e94866df1475d899caaa94f3732b8a46006858b015f7/objgraph-${pkgver}.tar.gz")
+sha256sums=('8c2de13d7d68235eab95d115f5f95c230c5648874006d391dc3cdaa83823589d')
build() {
cd "$srcdir/objgraph-$pkgver"