Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/hunspell-el
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-el
parentbd101c2be9b44c462591e94369e353a4bbbbde7f (diff)
hunspell-*: simplified patching, didnt work in chroot for me, also patched download locations
Diffstat (limited to 'extra/hunspell-el')
-rw-r--r--extra/hunspell-el/PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/extra/hunspell-el/PKGBUILD b/extra/hunspell-el/PKGBUILD
index 58cec462..5904e19e 100644
--- a/extra/hunspell-el/PKGBUILD
+++ b/extra/hunspell-el/PKGBUILD
@@ -1,9 +1,6 @@
eval "$(
- declare -f $(
- declare -F \
- | awk '$1 == "declare" && $2 == "-f" {print $3}'
- ) \
- | sed '
- /qtwebengine_dictionaries/,/done/d
- '
+ declare -f package | \
+ sed '
+ /qtwebengine_dictionaries/,/done/d
+ '
)"