Skip to content

Commit c7754b7

Browse files
authored
Merge pull request kivy#1775 from JonasT/new-pysdl2
Fix outdated PySDL2 version and non-PyPI install source
2 parents f16a665 + 4714f80 commit c7754b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/pysdl2/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44

55
class PySDL2Recipe(PythonRecipe):
6-
version = '0.9.3'
7-
url = 'https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-{version}.tar.gz'
6+
version = '0.9.6'
7+
url = 'https://files.pythonhosted.org/packages/source/P/PySDL2/PySDL2-{version}.tar.gz'
88

99
depends = ['sdl2']
1010

0 commit comments

Comments
 (0)