aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 15:12:05 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 15:28:31 +0200
commit55d661c5e9ac3d01657fd4f896772f61f559c55d (patch)
tree449f5b1b767595f5b95fd2c3152e5750fed08261
parent1d697c5f448457b96aac7d3cba2694e3adafc088 (diff)
downloadalpine_aports-55d661c5e9ac3d01657fd4f896772f61f559c55d.tar.bz2
alpine_aports-55d661c5e9ac3d01657fd4f896772f61f559c55d.tar.xz
alpine_aports-55d661c5e9ac3d01657fd4f896772f61f559c55d.zip
testing/godot: use python3
Builds fine with python3. See #11577
-rw-r--r--testing/godot/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/godot/APKBUILD b/testing/godot/APKBUILD
index 63c97d4872..412d5411c9 100644
--- a/testing/godot/APKBUILD
+++ b/testing/godot/APKBUILD
@@ -2,13 +2,13 @@
2# Maintainer: Díaz Urbaneja Diego <sodomon2@gmail.com> 2# Maintainer: Díaz Urbaneja Diego <sodomon2@gmail.com>
3pkgname=godot 3pkgname=godot
4pkgver=3.1.2 4pkgver=3.1.2
5pkgrel=0 5pkgrel=1
6pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine" 6pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine"
7url="http://www.godotengine.org" 7url="http://www.godotengine.org"
8arch="x86_64" # deactivated for other architecture due to conflicts between binaries 8arch="x86_64" # deactivated for other architecture due to conflicts between binaries
9license="MIT" 9license="MIT"
10# TODO: Use system freetype instead of bundled one. 10# TODO: Use system freetype instead of bundled one.
11makedepends="scons gcc python2 libxcursor-dev libxinerama-dev libexecinfo-dev 11makedepends="scons gcc python3 libxcursor-dev libxinerama-dev libexecinfo-dev
12 libxrandr-dev libxi-dev libx11-dev alsa-lib-dev mesa-dev yasm-dev" 12 libxrandr-dev libxi-dev libx11-dev alsa-lib-dev mesa-dev yasm-dev"
13options="!check" # no testsuites 13options="!check" # no testsuites
14subpackages="$pkgname-doc" 14subpackages="$pkgname-doc"