Revert "godot: Update to 2.1.5"

This reverts commit ae502fac25.

Version 2.1.5 is not (no longer) available.
This commit is contained in:
Jürgen Buchmüller 2018-02-21 11:43:33 +01:00
parent 9466f57502
commit 033b73284b
2 changed files with 6 additions and 4 deletions

View file

@ -1,2 +1,4 @@
If you want to export your games, you should download them from
godotengine.org.
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.

View file

@ -1,6 +1,6 @@
# Template file for 'godot'
pkgname=godot
version=2.1.5
version=2.1.4
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 pulseaudio=no"
make_build_args="use_llvm=yes platform=x11 tools=yes target=release_debug colored=yes 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,