From 53c945b657e624a823e6532d5554b0234e1b92ab Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 17 Apr 2025 10:21:32 +0300 Subject: [PATCH] Add bash-completion as optional dependency --- pkg.info | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg.info b/pkg.info index a37a75b..d0a0927 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,12 @@ name: bash description: The Bourne-Again Shell version: 5.2.37 +revision: 2 url: https://www.gnu.org/software/bash/ license: GPL3-or-later architecture: any keep: ["etc/bashrc","etc/profile"] depends: ["glibc","readline","readline"] +optional_depends: ["bash-completion"] provides: ["sh"] type: source