Search Criteria
Package Details: gplaycli-git 3.29.r1.gb161dbf-1
Git Clone URL: | https://aur.archlinux.org/gplaycli-git.git (read-only, click to copy) |
---|---|
Package Base: | gplaycli-git |
Description: | Google Play Downloader via Command line, based on https://codingteam.net/project/googleplaydownloader |
Upstream URL: | https://github.com/matlink/gplaycli |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | haagch |
Maintainer: | haagch |
Last Packager: | haagch |
Votes: | 7 |
Popularity: | 0.32 |
First Submitted: | 2016-04-01 13:13 |
Last Updated: | 2020-12-06 23:53 |
Dependencies (10)
- python (python-dbg)
- python-clint
- python-gpapi
- python-protobuf (python-protobuf-git)
- python-pyaxmlparser (python-pyaxmlparser-git)
- python-pycryptodome (python-pycrypto)
- python-pyopenssl
- python-requests
- git (git-git) (make)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, jre11, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre-jetbrains, java-openjdk-loom-ea-bin, jdk11-openj9-bin, jre11-jetbrains-imfix, jdk8-graalvm-bin, jdk11-graalvm-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, java-openjdk-ea-bin, jdk-openj9-bin, jre, jdk-jetbrains, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk) (optional) – needed for autogeneration of a new AndroiID
Latest Comments
haagch commented on 2020-12-06 23:56
@OJFord Looks like that was fixed upstream, thanks. @dreieck Added the provide, As for the dependency versions, I have a feeling they would require updates more often than I'd like.
OJFord commented on 2020-11-29 16:23
@haagch I think:
Should be:
dreieck commented on 2019-02-06 22:33
Can you add
provides=("gplaycli=${pkgver}")
?dreieck commented on 2019-02-06 22:32
Dependency on
python-gpapi
can be concretisised topython-gpapi=0.4.3
:Dependency on
python-pyaxmlparser
can be concretisised to something>0.3.7
(Don't know the exact minimal version).haagch commented on 2018-03-06 10:13
I didn't update this for a while because it has been continuously broken for me. I just tried it again, and finally it works again!
It will complain about a missing config (unless you have your own in ~/.config/gplaycli) but there's an example config included. You can just do
sudo ln -s /usr/share/gplaycli/config/ /etc/gplaycli
and it should work.
lightdot commented on 2017-07-25 12:19
makedepends=('git') is missing
fordprefect commented on 2016-04-23 10:20
ok, so i packed it. the additional convenience for users i see is automated updates and (in this case) less dependencies.
haagch commented on 2016-04-23 09:12
Because I don't need it. :)
Well, you can just add #tag=0.1.2 to the git repo source and you get the stable version.
fordprefect commented on 2016-04-22 21:02
great package. why dont you package the stable version as well?
zwoof commented on 2016-04-12 18:41
Also requires python2-clint package from AUR, otherwise seems to work like a charm. Sometimes I get a temporary error "Cannot login to GooglePlay ( server says: ServerError )" but then I just retry and it usually works the second time.
Good work!