diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : hunspell-fr -version : 6.2 -release : 5 +version : 6.3 +release : 6 source : - - https://www.dicollecte.org/download/fr/hunspell-french-dictionaries-v6.2.zip : c98147b99518a5aa51d51db58d6a153377bb9f366ebe8a21a2faa05b6c76308d + - https://www.dicollecte.org/download/fr/hunspell-french-dictionaries-v6.3.zip : cc6c2d15073659d221487b45245e9eee9a4ed66c30c6dcf784326bab063c5266 license : MPL-2.0 component : spelling summary : French (classic) hunspell dictionaries @@ -11,14 +11,12 @@ rundeps : - libhunspell install : | - install -d -D -m 00755 $installdir/usr/share/hunspell - install -m 00644 fr-classique.dic $installdir/usr/share/hunspell/fr_FR.dic - install -m 00644 fr-classique.aff $installdir/usr/share/hunspell/fr_FR.aff + install -Dm00644 fr-classique.dic $installdir/usr/share/hunspell/fr_FR.dic + install -m00644 fr-classique.aff $installdir/usr/share/hunspell/fr_FR.aff pushd $installdir/usr/share/hunspell/ - fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU" - for lang in ${fr_FR_aliases}; do - ln -s fr_FR.aff $lang.aff - ln -s fr_FR.dic $lang.dic - done + for lang in fr_BE fr_CA fr_CH fr_LU; do + ln -s fr_FR.aff $lang.aff + ln -s fr_FR.dic $lang.dic + done popd diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -32,12 +32,12 @@ - - 2018-03-18 - 6.2 + + 2018-08-25 + 6.3 Packaging update Pierre-Yves pyu@riseup.net \ No newline at end of file