summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarn Burton2020-05-22 05:46:07 -0400
committerTarn Burton2020-05-22 05:46:07 -0400
commitc74d551442e395f79c798f672c3070319b57ab0d (patch)
tree3e3ccbd4b5c1399056233ab3ecb778e0e7a71db6
parent70c4e191a6de3a3e94274a2492d1abe852913b6a (diff)
downloadaur-c74d551442e395f79c798f672c3070319b57ab0d.tar.gz
Add more dependencies
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 115fbca0abb5..5f2ab84183fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,9 @@ pkgdesc="Bringing Common Lisp and C++ Together"
arch=('x86_64')
url="https://github.com/clasp-developers/clasp"
license=('LGPL')
-depends=('llvm90' 'clang90')
-makedepends=('git' 'automake' 'cmake' 'boost' 'python' 'zlib' 'ncurses' 'expat' 'libedit' 'sbcl')
+depends=('boost' 'clang90' 'expat' 'gmp' 'libbsd' 'libedit'
+ 'libelf' 'libffi' 'llvm90' 'ncurses' 'zlib')
+makedepends=('git' 'python' 'sbcl')
provides=('cclasp-boehm' 'common-lisp' 'clasp-cl')
source=('git://github.com/clasp-developers/clasp.git'
'wscript.config')