summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentd66caf4fbcdf2830be69882d6bf3a0f7a2ce19f3 (diff)
downloadaur-2851e23f75274353e202e70ff4f049449b96279d.tar.gz
Update to version 2.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"