summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago de Paula Peixoto2017-10-13 11:12:12 +0200
committerTiago de Paula Peixoto2017-10-13 11:12:12 +0200
commit024e1e872bf5487a18bb29c3bdd890808a3916fb (patch)
tree1f8f36c9a5ff2497a207be0c53460840f14a3d84
parent8b8e970fb40d773aaa6d41c61ec1ec20393a6e2a (diff)
downloadaur-024e1e872bf5487a18bb29c3bdd890808a3916fb.tar.gz
Update to version 2.25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca7336ad9fcf..3998965a091e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 8 08:56:46 UTC 2017
+# Fri Oct 13 09:12:06 UTC 2017
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
- pkgver = 2.24
+ pkgver = 2.25
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.24.tar.bz2
- sha256sums = 09ec5f04bd97ebdcdc04e128afa9f5f4a106e79dbf53a8954965d254e07bc5cf
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.25.tar.bz2
+ sha256sums = c47e25c6daeab4bc975192d856377bb23a79b57e14a95229e359820924fc3283
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index 6664e968a8d2..ee222a93c20d 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.24
+pkgver=2.25
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=('09ec5f04bd97ebdcdc04e128afa9f5f4a106e79dbf53a8954965d254e07bc5cf')
+sha256sums=('c47e25c6daeab4bc975192d856377bb23a79b57e14a95229e359820924fc3283')
prepare() {
cd "$srcdir/graph-tool-$pkgver"