summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ee14a07652e..96f48634d880 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = godot-mono
makedepends = pkg-config
depends = mono>=5.4.0
depends = xterm
- depends = msbuild
+ depends = msbuild-stable
optdepends = dotnet-sdk
provides = godot-mono
conflicts = godot-mono-bin
diff --git a/PKGBUILD b/PKGBUILD
index a59762d5b85c..c403ab4093d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ 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' 'msbuild')
+depends=('mono>=5.4.0' 'xterm' 'msbuild-stable')
optdepends=('dotnet-sdk')
makedepends=(
'scons>=3.0'