8000 fix plyer url · tony/python-for-android@7fc6359 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 7fc6359

Browse files
committed
fix plyer url
1 parent e5d1992 commit 7fc6359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/plyer/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
VERSION_plyer=${VERSION_plyer:-master}
4-
URL_plyer=https://github.com/plyer/plyer/zipball/$VERSION_plyer/plyer-$VERSION_plyer.zip
4+
URL_plyer=https://github.com/kivy/plyer/zipball/$VERSION_plyer/plyer-$VERSION_plyer.zip
55
DEPS_plyer=(pyjnius android)
66
MD5_plyer=
77
BUILD_plyer=$BUILD_PATH/plyer/$(get_directory $URL_plyer)

0 commit comments

Comments
 (0)
29D8
0