summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Dalheimer2019-10-09 10:46:10 +0200
committerMarvin Dalheimer2019-10-09 10:46:10 +0200
commit46931c20a975f4bfb651c0a1884c757f336f82f4 (patch)
treed95b142bf79b70eea52d1dad574a8f59a31bcadc
parent45939ba672c5247f805c27cf494a98bb50789489 (diff)
downloadaur-46931c20a975f4bfb651c0a1884c757f336f82f4.tar.gz
Change msbuild-stable to msbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48db9aca7168..2f50ee12e099 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = godot-mono-bin
license = MIT
depends = mono>=5.18.0
depends = dotnet-sdk
- depends = msbuild-stable
+ depends = msbuild
provides = godot-mono-bin
conflicts = godot-mono
source = godot-mono.desktop
diff --git a/PKGBUILD b/PKGBUILD
index f21443b0a5d6..87250bd51d52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://www.godotengine.org"
license=('MIT')
provides=("godot-mono-bin")
conflicts=("godot-mono")
-depends=("mono>=5.18.0" "dotnet-sdk" "msbuild-stable")
+depends=("mono>=5.18.0" "dotnet-sdk" "msbuild")
source=("godot-mono.desktop" "icons.tar.gz")
source_i686=("$pkgname-$pkgver-i686.zip::https://downloads.tuxfamily.org/godotengine/"$pkgver"/mono/Godot_v"$pkgver"-stable_mono_x11_32.zip")
source_x86_64=("$pkgname-$pkgver-x86_64.zip::https://downloads.tuxfamily.org/godotengine/"$pkgver"/mono/Godot_v"$pkgver"-stable_mono_x11_64.zip")