summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2015-08-26 20:27:02 +0300
committerChristoph Gysin2015-08-26 20:27:24 +0300
commitb60e2cea5d9543581b47acd787591c5664285b30 (patch)
treeaccc2bb10073bd331e74bc37698cbea774fcaeb2 /PKGBUILD
parent3cb3a10685d261ce09fb1f4008568578972bd46d (diff)
downloadaur-b60e2cea5d9543581b47acd787591c5664285b30.tar.gz
add missing expect dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'