Skip to content

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)