summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2020-11-29 19:04:06 +0100
committerfordprefect2020-11-29 19:04:06 +0100
commit14326f1904c16b271d5c691b8caf9a739307f9a4 (patch)
treeb2599a3aeb19c583f01b41275a7511f5a27f0287
parentd4610ccbc1aa53c3c4f7dafea3384ff72b0fe317 (diff)
downloadaur-14326f1904c16b271d5c691b8caf9a739307f9a4.tar.gz
fix dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fe509312bc4..7ed1c31409d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = gplaycli
depends = python
depends = python-pyaxmlparser
depends = python-setuptools
+ depends = python-protobuf
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/PKGBUILD b/PKGBUILD
index cbfd2a42cbda..8d7cea4c0076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="command line tool to search/install/update Android applications Google
arch=('any')
url="https://github.com/matlink/gplaycli"
license=('AGPL')
-depends=('python' 'python-pyaxmlparser' 'python-setuptools') # 'python-gpapi' temporarily replaced by adapted version
+depends=('python' 'python-pyaxmlparser' 'python-setuptools' 'python-protobuf') # 'python-gpapi' temporarily replaced by adapted version
conflicts=('python-gpapi')
optdepends=('java-runtime: needed for autogeneration of a new AndroiID')
install=$pkgname.install