hunspell-en_GB-ize: depends on bdic layout

This commit is contained in:
Đoàn Trần Công Danh 2024-04-18 08:15:56 +07:00
parent 1e551d9eea
commit 52ab64b38a
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ pkgname=hunspell-en_GB-ize
_vpkgname=${pkgname%-*}
_variant=${pkgname##*-}
version=2020.12.07
revision=2
revision=3
short_desc="English dictionary for hunspell ${_variant} variant"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="SCOWL" # not in SPDX
@ -29,7 +29,7 @@ else
fi
if [ "$build_option_bdic" ]; then
depends="libreoffice-qtwebengine-dict"
depends="hunspell-qtwebengine-dict"
fi
do_build() {