summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTiago de Paula Peixoto2016-04-16 13:38:03 +0200
committerTiago de Paula Peixoto2016-04-16 13:38:03 +0200
commit7fc398b6a73e4eff4371e75c21337ca4dea5ddf9 (patch)
tree329fd82c4649fe79f08137d815ed9f5e7af68585 /PKGBUILD
parent98095c14339a4d5a88d5a205dd502d50316fc77f (diff)
downloadaur-7fc398b6a73e4eff4371e75c21337ca4dea5ddf9.tar.gz
Update to version 2.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 900c37468554..3bd5d7f6fb51 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.14
+pkgver=2.16
pkgrel=1
pkgdesc='A Python module for manipulation and statistical analysis of graphs'
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ optdepends=('graphviz: graph layout'
'python2-matplotlib: graph drawing')
options=(!libtool)
source=("http://downloads.skewed.de/graph-tool/graph-tool-$pkgver.tar.bz2")
-sha256sums=('2a5a1603e40c42b531de639e14968273c56e620bd1002e764fbe8c7b3361d830')
+sha256sums=('3784d4a15b6b5d0e6dab5e3941d24c1e3fee509f7abf9008f64fef2760bd610d')
prepare() {
cd "$srcdir/graph-tool-$pkgver"