summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago de Paula Peixoto2016-07-07 00:19:32 +0200
committerTiago de Paula Peixoto2016-07-07 00:19:32 +0200
commitd66caf4fbcdf2830be69882d6bf3a0f7a2ce19f3 (patch)
treef945b5a74ef27ac642931a41d4fd35934c7b1793
parent7fc398b6a73e4eff4371e75c21337ca4dea5ddf9 (diff)
downloadaur-d66caf4fbcdf2830be69882d6bf3a0f7a2ce19f3.tar.gz
Update to version 2.17
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe0c28dd3ac8..e4b848ed99ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,27 @@
# Generated by mksrcinfo v8
-# Sat Apr 16 11:37:57 UTC 2016
+# Wed Jul 6 22:19:19 UTC 2016
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
- pkgver = 2.16
+ pkgver = 2.17
pkgrel = 1
url = https://graph-tool.skewed.de
arch = i686
arch = x86_64
license = GPL3
makedepends = sparsehash
- makedepends = python2-cairo
depends = boost
depends = python2
depends = expat
depends = python2-scipy
depends = python2-numpy
depends = cgal
+ depends = cairomm
+ depends = python2-cairo
optdepends = graphviz: graph layout
- optdepends = cairomm: graph drawing
- optdepends = python2-cairo: graph drawing
optdepends = python2-matplotlib: graph drawing
options = !libtool
- source = http://downloads.skewed.de/graph-tool/graph-tool-2.16.tar.bz2
- sha256sums = 3784d4a15b6b5d0e6dab5e3941d24c1e3fee509f7abf9008f64fef2760bd610d
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.17.tar.bz2
+ sha256sums = ba4addde63377e73226bc70873ba48d768cc6983f0655189b43c29f70ebd732b
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index 3bd5d7f6fb51..d98fc28cae3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,19 @@
# Remove the --enable-openmp flag below if you do not want parallelization.
pkgname=python2-graph-tool
-pkgver=2.16
+pkgver=2.17
pkgrel=1
pkgdesc='A Python module for manipulation and statistical analysis of graphs'
arch=('i686' 'x86_64')
url='https://graph-tool.skewed.de'
license=(GPL3)
-depends=(boost python2 expat python2-scipy python2-numpy cgal)
-makedepends=(sparsehash python2-cairo)
+depends=(boost python2 expat python2-scipy python2-numpy cgal cairomm python2-cairo)
+makedepends=(sparsehash)
optdepends=('graphviz: graph layout'
-'cairomm: graph drawing'
-'python2-cairo: graph drawing'
'python2-matplotlib: graph drawing')
options=(!libtool)
source=("http://downloads.skewed.de/graph-tool/graph-tool-$pkgver.tar.bz2")
-sha256sums=('3784d4a15b6b5d0e6dab5e3941d24c1e3fee509f7abf9008f64fef2760bd610d')
+sha256sums=('ba4addde63377e73226bc70873ba48d768cc6983f0655189b43c29f70ebd732b')
prepare() {
cd "$srcdir/graph-tool-$pkgver"