kivy: point the kivy recipe to master, ios-poly-arch is merged

This commit is contained in:
Mathieu Virbel 2015-03-16 15:19:14 +01:00
parent 363bdb0605
commit 657da67003

View file

@ -3,7 +3,7 @@ from os.path import join
class KivyRecipe(CythonRecipe):
version = "ios-poly-arch"
version = "master"
url = "https://github.com/kivy/kivy/archive/{version}.zip"
library = "libkivy.a"
depends = ["python", "sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios"]