pymoodstocks: fix url
This commit is contained in:
parent
554c1cef64
commit
12c9b009a3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ from toolchain import PythonRecipe
|
|||
|
||||
class PyMoodstocksRecipe(PythonRecipe):
|
||||
version = "master"
|
||||
url = "https://github.com/tito/pymoodstock/archive/{version}.zip"
|
||||
url = "https://github.com/tito/pymoodstocks/archive/{version}.zip"
|
||||
depends = ["moodstocks", "kivy", "pyobjus"]
|
||||
sources = ["src/ios"]
|
||||
archs = ["i386"]
|
||||
|
|
Loading…
Add table
Reference in a new issue