From f697e5eefdf3b0359001509cc7b85d6904beb8dc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 9 Aug 2024 10:37:07 +0200 Subject: hunspell-*: simplified patching, didnt work in chroot for me, also patched download locations --- extra/hunspell-pl/PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'extra/hunspell-pl') diff --git a/extra/hunspell-pl/PKGBUILD b/extra/hunspell-pl/PKGBUILD index 58cec462..0c7161ef 100644 --- a/extra/hunspell-pl/PKGBUILD +++ b/extra/hunspell-pl/PKGBUILD @@ -1,9 +1,8 @@ +source[0]='https://people.freebsd.org/~sunpoet/sunpoet/hunspell/sjp-myspell-pl-20230701.zip' + eval "$( - declare -f $( - declare -F \ - | awk '$1 == "declare" && $2 == "-f" {print $3}' - ) \ - | sed ' - /qtwebengine_dictionaries/,/done/d - ' + declare -f package | \ + sed ' + /qtwebengine_dictionaries/,/ln/d + ' )" -- cgit v1.2.3-70-g09d2