summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago de Paula Peixoto2016-04-16 13:38:03 +0200
committerTiago de Paula Peixoto2016-04-16 13:38:03 +0200
commit7fc398b6a73e4eff4371e75c21337ca4dea5ddf9 (patch)
tree329fd82c4649fe79f08137d815ed9f5e7af68585
parent98095c14339a4d5a88d5a205dd502d50316fc77f (diff)
downloadaur-7fc398b6a73e4eff4371e75c21337ca4dea5ddf9.tar.gz
Update to version 2.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 307375b79f79..fe0c28dd3ac8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 06:40:14 UTC 2016
+# Sat Apr 16 11:37:57 UTC 2016
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
- pkgver = 2.14
+ pkgver = 2.16
pkgrel = 1
url = https://graph-tool.skewed.de
arch = i686
@@ -21,8 +21,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.14.tar.bz2
- sha256sums = 2a5a1603e40c42b531de639e14968273c56e620bd1002e764fbe8c7b3361d830
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.16.tar.bz2
+ sha256sums = 3784d4a15b6b5d0e6dab5e3941d24c1e3fee509f7abf9008f64fef2760bd610d
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index 900c37468554..3bd5d7f6fb51 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.14
+pkgver=2.16
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=('2a5a1603e40c42b531de639e14968273c56e620bd1002e764fbe8c7b3361d830')
+sha256sums=('3784d4a15b6b5d0e6dab5e3941d24c1e3fee509f7abf9008f64fef2760bd610d')
prepare() {
cd "$srcdir/graph-tool-$pkgver"