summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2016-08-28 22:01:58 +0800
committerJingbei Li2016-08-28 22:01:58 +0800
commit18948efb41845db58c464e75c209cfd51d019109 (patch)
tree8e512ad1c467599612576db6e60431bed57333fc /PKGBUILD
parent0d025f78d8a6aec293baa01b94894d898b6a0423 (diff)
downloadaur-18948efb41845db58c464e75c209cfd51d019109.tar.gz
add git as a makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 585555af872d..c96168c50565 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgdesc='Neural networks package for Torch7'
pkgname='torch7-optim-git'
pkgver=1.0.3.0.r175.g5e11b9f
pkgrel=1
-makedepends=('cmake')
+makedepends=('cmake' 'git')
depends=('torch7-git>=r819')
conflicts=('torch7-optim')
provides=('torch7-optim')