summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Schlisio2016-10-09 22:57:38 +0200
committerG. Schlisio2016-10-09 22:57:38 +0200
commitf05b9802fc701a7a183b56851e746da8f431bc45 (patch)
tree7054fb0930a11b24ed29a8d117e6c1bcfed4cf75
parentc87e9e8dbb67b78e6fe82850731627c7b180ea20 (diff)
downloadaur-f05b9802fc701a7a183b56851e746da8f431bc45.tar.gz
dependencies fixed
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e548fabeee55..79fb9b4dfe9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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
pkgver = 0.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/matlink/gplaycli
install = gplaycli.install
arch = any
@@ -10,6 +10,7 @@ pkgbase = gplaycli
depends = python2-requests
depends = python2-protobuf
depends = python2-androguard
+ depends = python2-clint
optdepends = java-runtime: needed for autogeneration of a new AndroiID
source = gplaycli-0.2.tar.gz::https://github.com/matlink/gplaycli/archive/0.2.tar.gz
source = gplaycli.install
diff --git a/PKGBUILD b/PKGBUILD
index f02b73ad70c5..add0a3e64d0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=gplaycli
pkgver=0.2
-pkgrel=3
+pkgrel=4
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' "python2-requests" "python2-protobuf" "python2-androguard")
+depends=('python2' "python2-requests" "python2-protobuf" "python2-androguard" "python2-clint")
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"