summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago de Paula Peixoto2017-09-25 11:28:21 +0200
committerTiago de Paula Peixoto2017-09-25 11:28:21 +0200
commit8c3e1e7c9add22e3d8a6bac6316b4863ec9c9e29 (patch)
treec8f353eb2dd5d6f0a0d988165f69466d90d48914
parentf1399573a64d14a39d41d8c3d292c2a05e83bf4c (diff)
downloadaur-8c3e1e7c9add22e3d8a6bac6316b4863ec9c9e29.tar.gz
Update to version 2.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c831d7b0a395..11970e4fc0f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 4 09:58:26 UTC 2017
+# Mon Sep 25 09:28:15 UTC 2017
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
- pkgver = 2.22
+ pkgver = 2.23
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.22.tar.bz2
- sha256sums = 57121b562763c79c138b3a385b8cddb59e7dec375c61e00ca7e9e96fd1a5e080
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.23.tar.bz2
+ sha256sums = 5278f7d7504c7d4de2b259a079f37c894d4ee11daa53ba6f5d646a13e4a4da34
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index 9150f4c97c46..b715c91833bf 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.22
+pkgver=2.23
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=('57121b562763c79c138b3a385b8cddb59e7dec375c61e00ca7e9e96fd1a5e080')
+sha256sums=('5278f7d7504c7d4de2b259a079f37c894d4ee11daa53ba6f5d646a13e4a4da34')
prepare() {
cd "$srcdir/graph-tool-$pkgver"