summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago de Paula Peixoto2018-10-16 20:41:00 +0200
committerTiago de Paula Peixoto2018-10-16 20:41:00 +0200
commit5a3116deef025b6b4ba7884f904c2395c0f5e58d (patch)
tree5147ff1f48f73b6228907dca015b05f52332ce6a
parent7466bc7d0bd6a69e784e3ebe6fb739b7a66a8bc6 (diff)
downloadaur-5a3116deef025b6b4ba7884f904c2395c0f5e58d.tar.gz
Fix boost/boost-libs depedency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3ec5dca8286..1be7361f4f43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Oct 16 18:27:18 UTC 2018
+# Tue Oct 16 18:40:51 UTC 2018
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
pkgver = 2.27
@@ -8,8 +8,9 @@ pkgbase = python2-graph-tool
arch = i686
arch = x86_64
license = GPL3
+ makedepends = boost
makedepends = sparsehash
- depends = boost
+ depends = boost-libs
depends = python2
depends = expat
depends = python2-scipy
@@ -20,7 +21,7 @@ pkgbase = python2-graph-tool
optdepends = graphviz: graph layout
optdepends = python2-matplotlib: graph drawing
options = !libtool
- source = http://downloads.skewed.de/graph-tool/graph-tool-2.27.tar.bz2
+ source = https://downloads.skewed.de/graph-tool/graph-tool-2.27.tar.bz2
source = https://git.skewed.de/count0/graph-tool/commit/aa39e4a6b42d43fac30c841d176c75aff92cc01a.diff
sha256sums = 4740c69720dfbebf8fb3e77057b3e6a257ccf0432cdaf7345f873247390e4313
sha256sums = 5a4ea386342c2de9422da5b07dd4272d47d2cdbba99d9b258bff65a69da562c1
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')