summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2016-08-28 12:13:06 +0300
committerAdrian Perez de Castro2016-08-28 12:13:06 +0300
commitbf0e44cd98f7ae5ceb705308fba0b66d0ab58913 (patch)
tree515d3b5a88d53625e47811f578f292a42bf4b7a7 /PKGBUILD
parenta7aaf414ce63c4f91683bc38c10fc9ff8ca68d2f (diff)
downloadaur-bf0e44cd98f7ae5ceb705308fba0b66d0ab58913.tar.gz
Add git makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67dbd5d5c8e0..3aea1bd02bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Adrián Pérez de Castro <aperez@igalia.com>
pkgdesc='LuaJIT-based scientific computing framework'
pkgname='torch7-git'
-pkgver=r819.c2b91e6
-pkgrel=2
+pkgver=r1049.65255ba
+pkgrel=1
url='http://torch.ch'
source=("${pkgname}::git://github.com/torch/torch7")
depends=('luajit' 'blas' 'lapack' 'torch7-cwrap-git' 'torch7-paths-git')
optdepends=('torch7-trepl-git: Interactive REPL shell')
conflicts=('torch7')
provides=('torch7')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
arch=('x86_64' 'i686')
sha512sums=('SKIP')