summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrián Pérez de Castro2015-11-18 22:09:55 +0200
committerAdrián Pérez de Castro2015-11-18 22:09:55 +0200
commite1f34c9ba2633ef8016ab8052e45c1112bc43abe (patch)
tree460692ec4f99b20741dd70ac848ce194c7aa1da2 /PKGBUILD
parent16355813220ec8b73dace0f0a3d972b0afda8108 (diff)
downloadaur-e1f34c9ba2633ef8016ab8052e45c1112bc43abe.tar.gz
Add missing dependency on torch7-paths-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45e3824e6fda..1e7ba38c2b30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgdesc='LuaJIT-based scientific computing framework'
pkgname='torch7-git'
pkgver=r817.91a2970
-pkgrel=1
+pkgrel=2
url='http://torch.ch'
source=("${pkgname}::git://github.com/torch/torch7")
-depends=('luajit' 'blas' 'lapack' 'torch7-cwrap-git')
+depends=('luajit' 'blas' 'lapack' 'torch7-cwrap-git' 'torch7-paths-git')
conflicts=('torch7')
provides=('torch7')
makedepends=('cmake')