We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f16a665 + 4714f80 commit c7754b7Copy full SHA for c7754b7
pythonforandroid/recipes/pysdl2/__init__.py
@@ -3,8 +3,8 @@
3
4
5
class PySDL2Recipe(PythonRecipe):
6
- version = '0.9.3'
7
- url = 'https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-{version}.tar.gz'
+ version = '0.9.6'
+ url = 'https://files.pythonhosted.org/packages/source/P/PySDL2/PySDL2-{version}.tar.gz'
8
9
depends = ['sdl2']
10
0 commit comments