summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2ec2f8a1a2e..2a2104e88593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@ 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 cairomm python2-cairo)
-makedepends=(sparsehash)
+depends=(boost-libs python2 expat python2-scipy python2-numpy cgal cairomm python2-cairo)
+makedepends=(boost sparsehash)
optdepends=('graphviz: graph layout'
'python2-matplotlib: graph drawing')
options=(!libtool)
-source=("http://downloads.skewed.de/graph-tool/graph-tool-$pkgver.tar.bz2"
+source=("https://downloads.skewed.de/graph-tool/graph-tool-$pkgver.tar.bz2"
"https://git.skewed.de/count0/graph-tool/commit/aa39e4a6b42d43fac30c841d176c75aff92cc01a.diff")
sha256sums=('4740c69720dfbebf8fb3e77057b3e6a257ccf0432cdaf7345f873247390e4313'
'5a4ea386342c2de9422da5b07dd4272d47d2cdbba99d9b258bff65a69da562c1')