aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vcstool/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-04-23 19:22:15 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-04-23 19:27:29 -0300
commitdb134aed4dd60f1cb0c91831afba0212b9b4e4eb (patch)
tree8198607aec1e507c3a9e0faa16e55d97fe6f6dc5 /testing/vcstool/APKBUILD
parent27bb0259ac45835501bdcd3980d4920531bd93e6 (diff)
testing/*: remove usage of shell-completion functions
instead we use the ones provided to us by abuild itself
Diffstat (limited to 'testing/vcstool/APKBUILD')
-rw-r--r--testing/vcstool/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/vcstool/APKBUILD b/testing/vcstool/APKBUILD
index 053a043e80d..7a6cc235e81 100644
--- a/testing/vcstool/APKBUILD
+++ b/testing/vcstool/APKBUILD
@@ -10,9 +10,10 @@ license="Apache-2.0"
depends="python3 py3-yaml"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-flake8 py3-pydocstyle py3-flake8-import-order subversion mercurial git"
-subpackages="$pkgname-bash-completion:bashcomp:noarch
- $pkgname-zsh-completion:zshcomp:noarch
- $pkgname-tcsh-completion:tcshcomp:noarch"
+subpackages="$pkgname-bash-completion
+ $pkgname-zsh-completion
+ $pkgname-tcsh-completion:tcshcomp:noarch
+ "
source="$pkgname-$pkgver.tar.gz::https://github.com/dirk-thomas/vcstool/archive/$pkgver.tar.gz
pr146.patch::https://github.com/dirk-thomas/vcstool/commit/bd71528e0f9244e9ca1f409b859f10dea2ad3cda.patch" # can be removed in next version when merged