From ed9163428438ae3fba0e5774b64e08e48e580b4f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 10 Jul 2019 19:50:09 +0200 Subject: [PATCH] bash-completion: a runtime dependency on bash is enough. --- srcpkgs/bash-completion/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/bash-completion/template b/srcpkgs/bash-completion/template index 01ecdd0a72..80c273f871 100644 --- a/srcpkgs/bash-completion/template +++ b/srcpkgs/bash-completion/template @@ -5,8 +5,7 @@ revision=1 archs=noarch build_style=gnu-configure make_install_args="profiledir=/etc/bash/bashrc.d" -makedepends="bash" -depends="${makedepends}" +depends="bash" short_desc="Programmable completion for the GNU Bash shell" maintainer="Juan RP " license="GPL-2.0-or-later"