summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Müllner2015-07-03 13:02:16 +0200
committerDaniel Müllner2015-07-03 13:02:16 +0200
commitc4e580b6a7421c3da9ffe660d493c6d34c9f2a6c (patch)
tree4b6078ff325a87ced992afdcc6cf95ed56198b76
parent1ed975426421cefc70a547eab3bf0500d35a63ec (diff)
downloadaur-c4e580b6a7421c3da9ffe660d493c6d34c9f2a6c.tar.gz
Update to version 2.2.44
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c045a812d411..b60c299f7fb5 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.43
+pkgver=2.2.44
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=('c0ef941dc611fad5800c64417543e751f9edaeb511460ba06a43263c5b0efbd6')
+sha256sums=('42b97c24c155ddd95c79a16b4e3cb034cb3139e912c37aed66e6493e4ff20566')
prepare() {
cd "$srcdir/graph-tool-$pkgver"