summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Müllner2015-09-29 20:33:55 +0200
committerDaniel Müllner2015-09-29 20:33:55 +0200
commit6236c6bdc60e1a70ba1394712ec3f9084552d056 (patch)
treec491bb8f69f9fc77d7e33db1c6afdcd2aec09aa7
parent1dcc2d8a3246dd6dea15c878b3562e44bf8532f8 (diff)
downloadaur-6236c6bdc60e1a70ba1394712ec3f9084552d056.tar.gz
Update to version 2.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d2d7f0323b2..6aa3daa31d39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
- pkgver = 2.8
+ pkgver = 2.9
pkgrel = 1
url = http://projects.skewed.de/graph-tool/
arch = i686
@@ -19,8 +19,8 @@ pkgbase = python2-graph-tool
optdepends = python2-cairo: graph drawing
optdepends = python2-matplotlib: graph drawing
options = !libtool
- source = http://downloads.skewed.de/graph-tool/graph-tool-2.8.tar.bz2
- sha256sums = 71b0f1a9f071aef6cbea4931c5115a2e826907c181fa1371d02997aeadfead4c
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.9.tar.bz2
+ sha256sums = d3df98adc8a7ea6202e270b62c05825a483fc08c51000721356971d76af1146e
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index 8ac05375e7a1..5b4d1090e6d3 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.8
+pkgver=2.9
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=('71b0f1a9f071aef6cbea4931c5115a2e826907c181fa1371d02997aeadfead4c')
+sha256sums=('d3df98adc8a7ea6202e270b62c05825a483fc08c51000721356971d76af1146e')
prepare() {
cd "$srcdir/graph-tool-$pkgver"