summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Müllner2015-10-14 23:30:45 +0200
committerDaniel Müllner2015-10-14 23:30:45 +0200
commita58e1026b2c9e1cf6ba1f7ecdda28e3eab70ce7c (patch)
treeedbcd69c59233807e8820ee3231b14c5dbbdcf78
parent6236c6bdc60e1a70ba1394712ec3f9084552d056 (diff)
downloadaur-a58e1026b2c9e1cf6ba1f7ecdda28e3eab70ce7c.tar.gz
Update to version 2.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aa3daa31d39..3d6939476501 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.9
+ pkgver = 2.10
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.9.tar.bz2
- sha256sums = d3df98adc8a7ea6202e270b62c05825a483fc08c51000721356971d76af1146e
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.10.tar.bz2
+ sha256sums = 1569a0dbb28f5a09efd86dad058b1729a4c1aaed3ca76b99723298871f5be2d4
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index 5b4d1090e6d3..3411a552beeb 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.9
+pkgver=2.10
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=('d3df98adc8a7ea6202e270b62c05825a483fc08c51000721356971d76af1146e')
+sha256sums=('1569a0dbb28f5a09efd86dad058b1729a4c1aaed3ca76b99723298871f5be2d4')
prepare() {
cd "$srcdir/graph-tool-$pkgver"