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 b8534d8db5e3..dcd06f4e478e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = godot-mono
makedepends = rsync
makedepends = nuget
depends = mono>=5.18.0
- depends = msbuild-stable
+ depends = msbuild
depends = dotnet-sdk
provides = godot-mono
conflicts = godot-mono-bin
diff --git a/PKGBUILD b/PKGBUILD
index f93cdbfc9e33..27aceccf083d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine."
arch=('i686' 'x86_64')
url="https://godotengine.org/"
license=('MIT')
-depends=('mono>=5.18.0' 'msbuild-stable' 'dotnet-sdk')
+depends=('mono>=5.18.0' 'msbuild' 'dotnet-sdk')
makedepends=(
'scons>=3.0'
'libxcursor'