summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2020-05-29 23:46:04 +0200
committerJake2020-05-29 23:46:04 +0200
commit886492041bb4b33634ac230d508c105d535f645e (patch)
tree33f15ac79d16083987c1536cd9691389ddbae8c5
parente4f20b551b1bc5bbc1618492d8a246975faa32e5 (diff)
downloadaur-886492041bb4b33634ac230d508c105d535f645e.tar.gz
Add new optdeps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9846475c504d..e18f2d977ca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,8 @@ pkgbase = platformio
depends = python-tabulate
depends = python-pyelftools
depends = python-marshmallow
+ optdepends = python-click-completion: for shell completions
+ optdepends = python-shellingham: for shell completions
conflicts = platformio-git
source = https://github.com/platformio/platformio-core/archive/v4.3.4.tar.gz
sha256sums = 8c0cf78f855ba0ddc629176c900706fa2d2a0c2d92053e9a6a02f7e86f770725
diff --git a/PKGBUILD b/PKGBUILD
index e6f98d2b722f..c081c3051941 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,8 @@ depends=('python-setuptools'
'python-tabulate'
'python-pyelftools'
'python-marshmallow')
+optdepends=('python-click-completion: for shell completions'
+ 'python-shellingham: for shell completions')
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz")
sha256sums=('8c0cf78f855ba0ddc629176c900706fa2d2a0c2d92053e9a6a02f7e86f770725')