summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2021-11-02 14:47:19 -0300
committerPaulo Matias2021-11-02 14:47:19 -0300
commit58a20b7697c5c7e7c01bd2fc3faf28f16bf8db48 (patch)
tree6ff4cfe1f127d8c88701ca89e71152b2b1324da4 /PKGBUILD
parent378005a2c6483081ec36beb144711d3331e9783b (diff)
downloadaur-58a20b7697c5c7e7c01bd2fc3faf28f16bf8db48.tar.gz
fix metadata
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 443366f2d932..042e79c9a44b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
pkgname=wasi-sdk-git
pkgver=r121.77ba98a
pkgrel=1
-pkgdesc="libc for WebAssembly programs built on top of WASI system calls (from git repo)"
+pkgdesc="WASI-enabled WebAssembly C/C++ toolchain (from git repo)"
arch=("x86_64")
license=('Apache')
-depends=(llvm clang)
+depends=(clang lld)
+makedepends=(cmake)
source=('git+https://github.com/WebAssembly/wasi-sdk.git'
'git+https://git.savannah.gnu.org/git/config.git'
'git+https://github.com/llvm/llvm-project.git'