diff --git a/office/dictionary/hunspell-dict-sv/actions.py b/office/dictionary/hunspell-dict-sv/actions.py index 25636ab692..356251499e 100644 --- a/office/dictionary/hunspell-dict-sv/actions.py +++ b/office/dictionary/hunspell-dict-sv/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools WorkDir = "." def setup(): - shelltools.system("unzip -o ooo_swedish_dict_2-36.oxt") + shelltools.system("unzip -o ooo_swedish_dict_2-40.oxt") def install(): pisitools.insinto("/usr/share/hunspell", "dictionaries/*.dic")