summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Reboredo2022-01-05 16:48:08 -0300
committerMartin Reboredo2022-01-05 16:48:08 -0300
commit50783e337c9703372ef6dfd1e9dd7bdd3c5a9e3a (patch)
tree4cc1b589155153dda1389be267c85fb3370c4c45
parentcaf07d119c2e9b799ce964e6fb15624fb4da0898 (diff)
downloadaur-50783e337c9703372ef6dfd1e9dd7bdd3c5a9e3a.tar.gz
Missing Clang and LLVM build deps
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e41886fb2c95..1ffdde40cc0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url='https://godotengine.org'
license=('MIT')
depends=(godot-headers)
-makedepends=(scons)
+makedepends=(scons clang llvm)
source=(
https://github.com/godotengine/$pkgname/archive/refs/tags/godot-$pkgver-stable.tar.gz
godot-cpp.pc.in