summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorG. Schlisio2017-10-08 00:24:28 +0200
committerG. Schlisio2017-10-08 00:24:28 +0200
commit39ea3a17d5a3f533e60b9d6236765c53ad33f4d1 (patch)
tree9a04f5e6dbf2476069bc2a9499954465980bf30b /PKGBUILD
parent79333b9f646eaa760b19e5d1c0d7daf793c67ec6 (diff)
downloadaur-39ea3a17d5a3f533e60b9d6236765c53ad33f4d1.tar.gz
new dependency: python2-gpapi
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77f3630adb2e..a09e7866e5da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="command line tool to search/install/update Android applications Google
arch=('any')
url="https://github.com/matlink/gplaycli"
license=('AGPL')
-depends=('python2' "python2-requests" "python2-protobuf" "python2-androguard" "python2-clint" "python2-pyopenssl")
+depends=('python2' "python2-requests" "python2-protobuf" "python2-androguard" "python2-clint" "python2-pyopenssl" 'python2-gpapi')
optdepends=('java-runtime: needed for autogeneration of a new AndroiID')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/matlink/gplaycli/archive/${pkgver}.tar.gz"