Skip to content

Commit f1cee7e

Browse files
committed
Changed pygame bootstrap to pull from kivy
1 parent e9df0cd commit f1cee7e

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/recipes/pygame_bootstrap_components

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pygame_bootstrap_components/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class PygameJNIComponentsRecipe(NDKRecipe):
77
version = 'master'
8-
url = 'https://github.com/inclement/p4a-pygame-bootstrap-components/archive/{version}.zip'
8+
url = 'https://github.com/kivy/p4a-pygame-bootstrap-components/archive/{version}.zip'
99
dir_name = 'bootstrap_components'
1010

1111
def prebuild_arch(self, arch):

0 commit comments

Comments
 (0)