summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago de Paula Peixoto2017-01-28 09:35:55 +0000
committerTiago de Paula Peixoto2017-01-28 09:35:55 +0000
commitd48378ce444b7f0cfaa9020ac31b2c1e30a10ea9 (patch)
tree60479f5cc94297de4ca984ff51de9c8f93bdafad
parent3321da270304a63c13e8430d6eb90f4834b32532 (diff)
downloadaur-d48378ce444b7f0cfaa9020ac31b2c1e30a10ea9.tar.gz
Update to verstion 2.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee829e370fbb..396c89b6a59b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 13 07:21:13 UTC 2016
+# Sat Jan 28 09:35:43 UTC 2017
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
- pkgver = 2.19
+ pkgver = 2.20
pkgrel = 1
url = https://graph-tool.skewed.de
arch = i686
@@ -20,8 +20,8 @@ pkgbase = python2-graph-tool
optdepends = graphviz: graph layout
optdepends = python2-matplotlib: graph drawing
options = !libtool
- source = http://downloads.skewed.de/graph-tool/graph-tool-2.19.tar.bz2
- sha256sums = eba1090f94b0434890beedaf0c100dd0fc77e41ebfe29b4725d76cadb82099af
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.20.tar.bz2
+ sha256sums = fc9df701062c556b818824aa9578368ef0faec195696b008512ee948db3ae628
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index 9f26b835d707..9aa94d62440f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Remove the --enable-openmp flag below if you do not want parallelization.
pkgname=python2-graph-tool
-pkgver=2.19
+pkgver=2.20
pkgrel=1
pkgdesc='A Python module for manipulation and statistical analysis of graphs'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ optdepends=('graphviz: graph layout'
'python2-matplotlib: graph drawing')
options=(!libtool)
source=("http://downloads.skewed.de/graph-tool/graph-tool-$pkgver.tar.bz2")
-sha256sums=('eba1090f94b0434890beedaf0c100dd0fc77e41ebfe29b4725d76cadb82099af')
+sha256sums=('fc9df701062c556b818824aa9578368ef0faec195696b008512ee948db3ae628')
prepare() {
cd "$srcdir/graph-tool-$pkgver"