summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ef0c23b6b65..3b8740bf1fc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = titan-git
arch = x86_64
groups = devel
license = eclipse
+ depends = expect
depends = openssl
depends = jdk7-openjdk
source = git+https://github.com/eclipse/titan.core
diff --git a/PKGBUILD b/PKGBUILD
index 4e75af87ee47..eda53454c22d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://projects.eclipse.org/projects/tools.titan"
license=('eclipse')
groups=('devel')
-depends=('openssl' 'jdk7-openjdk')
+depends=('expect' 'openssl' 'jdk7-openjdk')
source=(git+https://github.com/eclipse/titan.core
titan.profile)
md5sums=('SKIP'