summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortasgon2021-11-11 05:10:05 -0500
committertasgon2021-11-11 05:10:05 -0500
commit4965c3d6d5b52b86682f52835d32c8de3e8a2133 (patch)
treea32a340bcf52c2176c456374450a01fb3620043b
parent89b883b4333bc5bfaeb3d7c5dd87a25251ecdd04 (diff)
downloadaur-4965c3d6d5b52b86682f52835d32c8de3e8a2133.tar.gz
fixed reference to wrong binary
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d01f8ec8407..4a1376983cc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = godot-mono-git
pkgdesc = Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine. (C#/Mono integration)
- pkgver = 4.0.r1.f2cf52e
+ pkgver = 4.0.r1.a5015b6
pkgrel = 1
url = http://www.godotengine.org
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b80e905d771e..996f15d575b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=godot
pkgname=${_pkgname}-mono-git
-pkgver=4.0.r1.f2cf52e
+pkgver=4.0.r1.a5015b6
pkgrel=1
pkgdesc="Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine. (C#/Mono integration)"
url="http://www.godotengine.org"
@@ -57,7 +57,7 @@ build() {
cd "${srcdir}"/${_pkgname}
sed -n '/\/* Copyright/,/IN THE SOFTWARE./p' main/main.cpp | sed 's/\/\*//' | sed 's/\*\///' > LICENSE
scons platform=linuxbsd werror=no tools=yes module_mono_enabled=yes mono_glue=no -j$((`nproc`+1))
- ./bin/godot.linuxbsd.opt.tools.${_arch}.mono --generate-mono-glue modules/mono/glue
+ ./bin/godot.linuxbsd.tools.${_arch}.mono --generate-mono-glue modules/mono/glue
scons platform=linuxbsd target=release_debug werror=no tools=yes module_mono_enabled=yes mono_glue=yes -j$((`nproc`+1))
scons platform=linuxbsd target=release_debug werror=no tools=no module_mono_enabled=yes mono_glue=yes -j$((`nproc`+1))
}