summarylogtreecommitdiffstats
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
parent024e1e872bf5487a18bb29c3bdd890808a3916fb (diff)
downloadaur-f3a634c92d3096937370bc0ebea43ea57ce58cf8.tar.gz
Update to version 2.26
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3998965a091e..1ca98717628c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 13 09:12:06 UTC 2017
+# Thu Nov 9 15:24:43 UTC 2017
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
- pkgver = 2.25
+ pkgver = 2.26
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.25.tar.bz2
- sha256sums = c47e25c6daeab4bc975192d856377bb23a79b57e14a95229e359820924fc3283
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.26.tar.bz2
+ sha256sums = df6273dc5ef327a0eaf1ef1c46751fce4c0b7573880944e544287b85a068f770
pkgname = python2-graph-tool
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"