Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/hunspell-pl/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-08-09 10:37:07 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-08-09 10:37:07 +0200
commitf697e5eefdf3b0359001509cc7b85d6904beb8dc (patch)
treeaa1c1b8b0c5fd1d3898b8e6dbf816e69f7eaccd1 /extra/hunspell-pl/PKGBUILD
parentbd101c2be9b44c462591e94369e353a4bbbbde7f (diff)
hunspell-*: simplified patching, didnt work in chroot for me, also patched download locations
Diffstat (limited to 'extra/hunspell-pl/PKGBUILD')
-rw-r--r--extra/hunspell-pl/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
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
+ '
)"