summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol2022-03-28 22:07:00 +0200
committerPau Espin Pedrol2022-03-28 22:07:00 +0200
commit679b758f8c7b5c0b2506dd45e1bc7549bf2d8ab0 (patch)
treede7927733282a6aee45d57ac5067a6aeab21af09
parent888b18bdb322ef1b0b0272649b25be7d4720fe01 (diff)
downloadaur-679b758f8c7b5c0b2506dd45e1bc7549bf2d8ab0.tar.gz
Add missing dependencies
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6733a39f65f..3e5d3fe27d54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,14 @@ url="https://projects.eclipse.org/projects/tools.titan"
license=('eclipse')
groups=('devel')
makedepends=(
- 'git'
+ 'flex'
+ 'bison'
+ 'git'
)
depends=(
'expect'
+ 'libedit'
+ 'ncurses'
'openssl'
'jdk8-openjdk'
)