Skip to content

Commit 812e6ef

Browse files
committed
translate-shell: move mpv and hunspell to SUGGESTS
1 parent 473c498 commit 812e6ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/translate-shell/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TERMUX_PKG_AUTO_UPDATE=true
99
TERMUX_PKG_DEPENDS="bash, curl, gawk, less, rlwrap"
1010
# hunspell - spell checking
1111
# mpv - text-to-speech functionality
12-
TERMUX_PKG_RECOMMENDS="hunspell, mpv"
12+
TERMUX_PKG_SUGGESTS="hunspell, mpv"
1313
TERMUX_PKG_EXTRA_MAKE_ARGS="PREFIX=$TERMUX_PREFIX"
1414
TERMUX_PKG_BUILD_IN_SRC=true
1515
TERMUX_PKG_PLATFORM_INDEPENDENT=true

0 commit comments

Comments
 (0)