We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4fb62 commit 1542697Copy full SHA for 1542697
recipes/plyer/recipe.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
VERSION_plyer=${VERSION_plyer:-master}
4
-URL_plyer=https://github.com/plyer/plyer/zipball/$VERSION_plyer/plyer-$VERSION_plyer.zip
+URL_plyer=https://github.com/plyer/plyer/archive/$VERSION_plyer.zip
5
DEPS_plyer=(pyjnius android)
6
MD5_plyer=
7
BUILD_plyer=$BUILD_PATH/plyer/$(get_directory $URL_plyer)
0 commit comments