summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 703ad84ba6a2..bdd86ebdd5a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Nov 1 08:46:14 UTC 2016
+# Tue Nov 1 11:02:48 UTC 2016
pkgbase = torch7-nngraph-git
pkgdesc = Graph Computation for nn
pkgver = r211.f6aeb88
@@ -12,6 +12,7 @@ pkgbase = torch7-nngraph-git
makedepends = git
depends = torch7-git>=r819
depends = torch7-nn-git
+ depends = torch7-graph-git
optdepends = graphviz: To display the graphs that you have created.
source = torch7-nngraph-git::git+https://github.com/torch/nngraph
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 14d5507b502e..474a856ff574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc='Graph Computation for nn'
pkgver=r211.f6aeb88
pkgrel=1
makedepends=('cmake' 'git')
-depends=('torch7-git>=r819' 'torch7-nn-git')
+depends=('torch7-git>=r819' 'torch7-nn-git' 'torch7-graph-git')
optdepends=('graphviz: To display the graphs that you have created.')
arch=('x86_64' 'i686')
url='https://github.com/torch/nngraph'