summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTiago de Paula Peixoto2017-11-09 15:24:51 +0000
committerTiago de Paula Peixoto2017-11-09 15:24:51 +0000
commitf3a634c92d3096937370bc0ebea43ea57ce58cf8 (patch)
tree9bf0de012ed1e393a298507cc10a3097f3ceba70 /PKGBUILD
parent024e1e872bf5487a18bb29c3bdd890808a3916fb (diff)
downloadaur-f3a634c92d3096937370bc0ebea43ea57ce58cf8.tar.gz
Update to version 2.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee222a93c20d..499cf1cac4be 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.25
+pkgver=2.26
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=('c47e25c6daeab4bc975192d856377bb23a79b57e14a95229e359820924fc3283')
+sha256sums=('df6273dc5ef327a0eaf1ef1c46751fce4c0b7573880944e544287b85a068f770')
prepare() {
cd "$srcdir/graph-tool-$pkgver"