summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago de Paula Peixoto2016-07-22 00:18:44 +0200
committerTiago de Paula Peixoto2016-07-22 00:18:44 +0200
commit2851e23f75274353e202e70ff4f049449b96279d (patch)
tree174679108c231373b589a15e8b047d2366762608
parentd66caf4fbcdf2830be69882d6bf3a0f7a2ce19f3 (diff)
downloadaur-2851e23f75274353e202e70ff4f049449b96279d.tar.gz
Update to version 2.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4b848ed99ac..50a88121b8e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 6 22:19:19 UTC 2016
+# Thu Jul 21 22:18:31 UTC 2016
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
- pkgver = 2.17
+ pkgver = 2.18
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.17.tar.bz2
- sha256sums = ba4addde63377e73226bc70873ba48d768cc6983f0655189b43c29f70ebd732b
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.18.tar.bz2
+ sha256sums = 3c4929fb7b6bae13a12115afdf8c07d6531aeeba548305376ba7b0ac710ec4d4
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index d98fc28cae3c..a0f124ec5531 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.17
+pkgver=2.18
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=('ba4addde63377e73226bc70873ba48d768cc6983f0655189b43c29f70ebd732b')
+sha256sums=('3c4929fb7b6bae13a12115afdf8c07d6531aeeba548305376ba7b0ac710ec4d4')
prepare() {
cd "$srcdir/graph-tool-$pkgver"