summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2021-03-26 13:49:34 +0100
committerfordprefect2021-03-26 13:49:34 +0100
commit400fd370407795749085dd420a9104fc404b87f8 (patch)
tree57302fc460b6c6981c11b92d23d3054c7f225f1b
parent5380baabf9d4a03154b3e043a1d95f997058f94f (diff)
downloadaur-400fd370407795749085dd420a9104fc404b87f8.tar.gz
fix message
-rw-r--r--.SRCINFO3
-rw-r--r--gplaycli.install2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ae34c8797fd..ed7b5107e066 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = gplaycli
- pkgdesc = command line tool to search/install/update Android applications Google PlayStore able to run with cronjob, in order to automatically update an F-Droid server instance
+ pkgdesc = command line tool to search, install, update Android applications from the Google Play Store
pkgver = 3.29
pkgrel = 2
url = https://github.com/matlink/gplaycli
@@ -10,6 +10,7 @@ pkgbase = gplaycli
depends = python-pyaxmlparser
depends = python-setuptools
depends = python-protobuf
+ depends = python-cryptography
optdepends = java-runtime: needed for autogeneration of a new AndroiID
conflicts = python-gpapi
source = gplaycli-3.29.tar.gz::https://github.com/matlink/gplaycli/archive/3.29.tar.gz
diff --git a/gplaycli.install b/gplaycli.install
index afbfbf2b3318..67a3727eaddd 100644
--- a/gplaycli.install
+++ b/gplaycli.install
@@ -1,5 +1,5 @@
post_install() {
- echo 'copy it to $HOME/.config/gplaycli to use standard credentials'
+ echo 'Standard config is found in "/usr/share/gplaycli/config"'
echo 'copy it to "$HOME/.local/etc/gplaycli/gplaycli.conf" or "/etc/gplaycli/gplaycli.conf"'
}
post_upgrade() {