summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2021-11-02 14:49:18 -0300
committerPaulo Matias2021-11-02 14:49:18 -0300
commite897aea4a2ff2512d84d2f027fb3d625c404fb8d (patch)
tree039dda976761c4c5c911654ad67a34aacca3b711 /PKGBUILD
parent58a20b7697c5c7e7c01bd2fc3faf28f16bf8db48 (diff)
downloadaur-e897aea4a2ff2512d84d2f027fb3d625c404fb8d.tar.gz
oops
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 042e79c9a44b..f860d4e96d81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="WASI-enabled WebAssembly C/C++ toolchain (from git repo)"
arch=("x86_64")
license=('Apache')
depends=(clang lld)
-makedepends=(cmake)
+makedepends=(cmake git)
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'
@@ -16,7 +16,6 @@ md5sums=('SKIP'
'SKIP')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-makedepends=('git')
options=('!strip' 'staticlibs')
prepare() {