summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago de Paula Peixoto2016-04-06 08:35:07 +0200
committerTiago de Paula Peixoto2016-04-06 08:35:07 +0200
commit29af3fc9acebfc9d81fb9339f8b625376d4ec287 (patch)
treef01d1c24c0bf22b60c257dca34cdef74077c014e
parent22ac57a6366fc8d12382049d6ad4f9610461f4b9 (diff)
downloadaur-29af3fc9acebfc9d81fb9339f8b625376d4ec287.tar.gz
Update to version 2.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0b3edd8f8a4..432d21b6d2df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 2 14:00:08 UTC 2016
+# Wed Apr 6 06:35:01 UTC 2016
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
- pkgver = 2.13
+ pkgver = 2.14
pkgrel = 1
url = http://projects.skewed.de/graph-tool/
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.13.tar.bz2
- sha256sums = 8a4ab48518cbdec41b2e2a8151eb563fe837361d84d77896fa7b24dc64c81e8b
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.14.tar.bz2
+ sha256sums = 2a5a1603e40c42b531de639e14968273c56e620bd1002e764fbe8c7b3361d830
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index 3bd4da0b2d6a..d8f0c6bd0ba2 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.13
+pkgver=2.14
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=('8a4ab48518cbdec41b2e2a8151eb563fe837361d84d77896fa7b24dc64c81e8b')
+sha256sums=('2a5a1603e40c42b531de639e14968273c56e620bd1002e764fbe8c7b3361d830')
prepare() {
cd "$srcdir/graph-tool-$pkgver"