summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Müllner2015-09-28 21:37:44 +0200
committerDaniel Müllner2015-09-28 21:37:44 +0200
commit1dcc2d8a3246dd6dea15c878b3562e44bf8532f8 (patch)
treee543616525aaa75f94462b94ab63785a1c0e7ad6
parent4ae740bf350e5a981f978ece987750928dfa6325 (diff)
downloadaur-1dcc2d8a3246dd6dea15c878b3562e44bf8532f8.tar.gz
Update to version 2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bc0b99a3fa4..9d2d7f0323b2 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.7
+ pkgver = 2.8
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.7.tar.bz2
- sha256sums = c71ab0056c27d0d5b4f92d58d8d3ad019ef535da822b54898459a09b119449e1
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.8.tar.bz2
+ sha256sums = 71b0f1a9f071aef6cbea4931c5115a2e826907c181fa1371d02997aeadfead4c
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index abe37089fbef..8ac05375e7a1 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.7
+pkgver=2.8
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=('c71ab0056c27d0d5b4f92d58d8d3ad019ef535da822b54898459a09b119449e1')
+sha256sums=('71b0f1a9f071aef6cbea4931c5115a2e826907c181fa1371d02997aeadfead4c')
prepare() {
cd "$srcdir/graph-tool-$pkgver"