godot: update to 3.0.6. (#1432)

This commit is contained in:
codingHahn 2018-08-03 21:32:42 +02:00 committed by cr6git
parent 018536460c
commit b842df996f
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'godot'
pkgname=godot
version=3.0.5
version=3.0.6
revision=1
wrksrc="${pkgname}-${version}-stable"
build_style=scons
@ -13,10 +13,10 @@ maintainer="Nick Hahn <nick.hahn@hotmail.de>"
license="MIT"
homepage="https://www.godotengine.org/"
distfiles="https://github.com/godotengine/${pkgname}/archive/${version}-stable.tar.gz"
checksum=123723ebb6f59b2da00451963177309d0bc8c5cb4168e14f44dcbd00d4f12296
checksum=50431e021ee5ec21002cc23435f530f8fde518c6eb7085c9f7f1027abaae2581
# 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 dev=no progress=no pulseaudio=no"
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio"
CFLAGS+=" -fPIE -fPIC"