summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2016-07-05 09:52:46 +0200
committerGeorg Schlisio2016-07-05 09:52:46 +0200
commit87216a277b8ed003d8e93b148431baf417c14060 (patch)
tree8b8197602dedf54cca5def52a1055f07eba11698
parent0b60250a3579804f27ac150d0ce8e34c536a5ed3 (diff)
downloadaur-87216a277b8ed003d8e93b148431baf417c14060.tar.gz
fixed dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ee5290ae84a..26c8c35d8725 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = gplaycli
- pkgdesc = Google Play Downloader via Command line, based on https://codingteam.net/project/googleplaydownloader
+ 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
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/matlink/gplaycli
arch = any
license = AGPL
depends = python2
+ depends = python2-requests
+ depends = python2-protobuf
optdepends = java-runtime: needed for autogeneration of a new AndroiID
source = gplaycli-0.1.2.tar.gz::https://github.com/matlink/gplaycli/archive/0.1.2.tar.gz
md5sums = 36c589d083ebf931b1af8538ef37d072
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')