We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db6dab commit 8a6187cCopy full SHA for 8a6187c
1 file changed
pythonforandroid/recipes/pygame_sdl2/__init__.py
@@ -9,8 +9,9 @@
9
10
class Pygame_sdl2Recipe(CompiledComponentsPythonRecipe):
11
12
- version = 'renpy-7.3.5.606'
13
- url = 'https://github.com/renpy/pygame_sdl2/archive/{version}.tar.gz'
+ #version = 'renpy-7.3.5.606'
+ #url = 'https://github.com/renpy/pygame_sdl2/archive/{version}.tar.gz'
14
+ url = 'https://nightly.renpy.org/current/pygame_sdl2-2.1.0-for-renpy-nightly-2021-04-12-df85cb574.tar.gz'
15
16
name = 'pygame_sdl2'
17
site_packages_name= 'pygame_sdl2'
0 commit comments