summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8db94329296b..f6733a39f65f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,14 @@ arch=('i686' 'x86_64')
url="https://projects.eclipse.org/projects/tools.titan"
license=('eclipse')
groups=('devel')
-depends=('expect' 'openssl' 'jdk8-openjdk')
+makedepends=(
+ 'git'
+)
+depends=(
+ 'expect'
+ 'openssl'
+ 'jdk8-openjdk'
+)
source=(git+https://gitlab.eclipse.org/eclipse/titan/titan.core.git
titan.profile)
md5sums=('SKIP'