summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorg Schlisio2016-07-05 09:52:46 +0200
committerGeorg Schlisio2016-07-05 09:52:46 +0200
commit87216a277b8ed003d8e93b148431baf417c14060 (patch)
tree8b8197602dedf54cca5def52a1055f07eba11698 /PKGBUILD
parent0b60250a3579804f27ac150d0ce8e34c536a5ed3 (diff)
downloadaur-87216a277b8ed003d8e93b148431baf417c14060.tar.gz
fixed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d3ef7f7e390..e26c9936919d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=gplaycli
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
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"
arch=('any')
url="https://github.com/matlink/gplaycli"
license=('AGPL')
-depends=('python2')
+depends=('python2' "python2-requests" "python2-protobuf")
optdepends=('java-runtime: needed for autogeneration of a new AndroiID')
source=("$pkgname-$pkgver.tar.gz::https://github.com/matlink/gplaycli/archive/${pkgver}.tar.gz")
md5sums=('36c589d083ebf931b1af8538ef37d072')