diff --git a/srcpkgs/godot/INSTALL.msg b/srcpkgs/godot/INSTALL.msg index 71063735a1..f74555264d 100644 --- a/srcpkgs/godot/INSTALL.msg +++ b/srcpkgs/godot/INSTALL.msg @@ -1,4 +1,2 @@ -If you want to export your games, you should either -install godot-templates or download it from -godotengine.org . If godot-template should not be -available, just open an issue on GitHub. +If you want to export your games, you should download them from +godotengine.org. diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template index 27b5c438c7..a8935eb591 100644 --- a/srcpkgs/godot/template +++ b/srcpkgs/godot/template @@ -1,6 +1,6 @@ # Template file for 'godot' pkgname=godot -version=2.1.4 +version=2.1.5 revision=1 wrksrc="${pkgname}-${version}-stable" build_style=scons @@ -16,7 +16,7 @@ distfiles="https://github.com/godotengine/${pkgname}/archive/${version}-stable.t checksum=07cf3b01367d5ea53805f144bc60711bd79efb53f1f88d57d6a706e6944de8d7 # Godot contains private copies of libraries # that already have been packaged elsewhere. -make_build_args="use_llvm=yes platform=x11 tools=yes target=release_debug colored=yes pulseaudio=no" +make_build_args="use_llvm=yes platform=x11 tools=yes target=release_debug pulseaudio=no" nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio" # Specifing nopie=yes crashes clang, because -no-pie is not implemented,