summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2022-02-22 17:17:18 +0100
committerLuca Weiss2022-02-22 17:17:18 +0100
commit14f1cbd085d159c8237f2d89b0c9cf5aad735b93 (patch)
tree0002fcff94620a11595b62a11d94a9a4fef45f51 /PKGBUILD
parenta093da8f4a29febb9410ee6013636d5e0cb0f55e (diff)
downloadaur-14f1cbd085d159c8237f2d89b0c9cf5aad735b93.tar.gz
upgpkg: clickable-git 7.1.0.r1.gf7d2bb9-1
Add missing dependencies based on setup.py
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 10 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ead21869f7a..cbe04515cb28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,21 @@
_pkgname=clickable
pkgname=clickable-git
-pkgver=6.0.3.r0.g9a15f33
+pkgver=7.1.0.r1.gf7d2bb9
pkgrel=1
pkgdesc='Compile, build, and deploy Ubuntu Touch click packages all from the command line'
arch=('any')
url='https://gitlab.com/clickable/clickable'
license=('GPL3')
-depends=('python-cookiecutter' 'python-jsonschema' 'docker' 'android-tools')
+depends=(
+ 'python-cookiecutter'
+ 'python-requests'
+ 'python-yaml'
+ 'python-jsonschema'
+ 'python-argcomplete'
+ 'docker'
+ 'android-tools'
+)
optdepends=('xorg-xhost: for running on the desktop')
makedepends=('git')
provides=("$_pkgname")