summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Müllner2015-09-18 08:40:53 +0200
committerDaniel Müllner2015-09-18 08:40:53 +0200
commit3e2e37d9939d75329640673824e17b785325207f (patch)
tree4175387da0aa6054747872e90391e13956d3d44b
parent63bf41cd0dd00fb7282fa73abfee38b69ecb0ed3 (diff)
downloadaur-3e2e37d9939d75329640673824e17b785325207f.tar.gz
Update to version 2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e0cffe23e28..1ad3e466f7e3 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.2.44
+ pkgver = 2.5
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.2.44.tar.bz2
- sha256sums = 42b97c24c155ddd95c79a16b4e3cb034cb3139e912c37aed66e6493e4ff20566
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.5.tar.bz2
+ sha256sums = aa1a964de6237c0620f2ec5e9a38e389a756b58211270b8836216ad817f96bec
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index b60c299f7fb5..d9752f39f00b 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.2.44
+pkgver=2.5
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=('42b97c24c155ddd95c79a16b4e3cb034cb3139e912c37aed66e6493e4ff20566')
+sha256sums=('aa1a964de6237c0620f2ec5e9a38e389a756b58211270b8836216ad817f96bec')
prepare() {
cd "$srcdir/graph-tool-$pkgver"