summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2016-08-28 21:41:17 +0800
committerJingbei Li2016-08-28 21:41:17 +0800
commita08ee07e449a9339d450a7054dcf8b87acd3a63a (patch)
tree9b50c109d91687287b448d3419813841d2d99a64
parenta49819f8373e5661e260127c92e12ffcb600dbb1 (diff)
downloadaur-a08ee07e449a9339d450a7054dcf8b87acd3a63a.tar.gz
add git as a makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f736ce7a6e43..592a0ad84a75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Aug 28 13:12:25 UTC 2016
+# Sun Aug 28 13:41:14 UTC 2016
pkgbase = torch7-threads-git
pkgdesc = Threads for Lua and LuaJIT. Transparent exchange of data between threads is allowed thanks to torch serialization.
pkgver = r90.9e31123
@@ -9,6 +9,7 @@ pkgbase = torch7-threads-git
arch = i686
license = BSD
makedepends = cmake
+ makedepends = git
depends = torch7-git>=r819
provides = torch7-threads
conflicts = torch7-threads
diff --git a/PKGBUILD b/PKGBUILD
index ff2f8b5b3c08..273ae7d50f10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname='torch7-threads-git'
pkgdesc='Threads for Lua and LuaJIT. Transparent exchange of data between threads is allowed thanks to torch serialization.'
pkgver=r90.9e31123
pkgrel=1
-makedepends=('cmake')
+makedepends=('cmake' 'git')
depends=('torch7-git>=r819')
conflicts=('torch7-threads')
provides=('torch7-threads')