summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2024-04-28 12:14:34 +0200
committerLuca Weiss2024-04-28 12:14:34 +0200
commit33f04422334394ff3b7b81a8eb9c08ee4194cb93 (patch)
tree820e6653c98918c4b4f1851c601281eee775fd46 /PKGBUILD
parent14f1cbd085d159c8237f2d89b0c9cf5aad735b93 (diff)
downloadaur-clickable-git.tar.gz
upgpkg: clickable-git 8.1.0.r0.gc6b5992-1
Add missing python-setuptools dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbe04515cb28..d11efc997f0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,22 @@
_pkgname=clickable
pkgname=clickable-git
-pkgver=7.1.0.r1.gf7d2bb9
+pkgver=8.1.0.r0.gc6b5992
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=(
+ 'android-tools'
+ 'docker'
+ 'python'
+ 'python-argcomplete'
'python-cookiecutter'
+ 'python-jsonschema'
'python-requests'
+ 'python-setuptools'
'python-yaml'
- 'python-jsonschema'
- 'python-argcomplete'
- 'docker'
- 'android-tools'
)
optdepends=('xorg-xhost: for running on the desktop')
makedepends=('git')