summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a98b16e21b15..a59762d5b85c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,11 @@ pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine."
arch=('x86_64')
url="https://godotengine.org/"
license=('MIT')
-depends=('mono>=5.4.0' 'xterm')
+depends=('mono>=5.4.0' 'xterm' 'msbuild')
optdepends=('dotnet-sdk')
makedepends=(
'scons>=3.0'
+ 'msbuild'
'libxcursor'
'libxinerama'
'libxi'