summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Dalheimer2018-03-01 21:38:13 +0100
committerMarvin Dalheimer2018-03-01 21:38:13 +0100
commit9831b61051d207aef7bc3889b9313d20134146fe (patch)
tree5081d9f01f687ad94c9a340cce74667b9d6b7799
parent207e0078e6a1446247efe2101554cc8880478c02 (diff)
downloadaur-9831b61051d207aef7bc3889b9313d20134146fe.tar.gz
Added msbuild as dependency
-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'