[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2020-12-19 Thread Bruno Pagani via arch-commits
Date: Saturday, December 19, 2020 @ 19:53:23
  Author: archange
Revision: 780013

upgpkg: hunspell-fr 7.0-1

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 13 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 19:16:27 UTC (rev 780012)
+++ PKGBUILD2020-12-19 19:53:23 UTC (rev 780013)
@@ -1,21 +1,20 @@
-# Maintainer: Guillaume ALAUX 
+# Maintainer: Bruno Pagani 
 
 pkgname=hunspell-fr
-pkgver=6.4.1
-pkgrel=2
-pkgdesc='French (modern) hunspell dictionaries'
+pkgver=7.0
+pkgrel=1
+pkgdesc="French (classic/modern) hunspell dictionaries"
 arch=(any)
-url='https://grammalecte.net/download.php?prj=fr'
-license=('MPL2')
-makedepends=('qt5-webengine')
+url="https://grammalecte.net/download.php?prj=fr;
+license=(MPL2)
+makedepends=(qt5-webengine)
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=("https://grammalecte.net/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip;)
-sha256sums=('744e77a3bd115144fa3131485231638d41c21e65ed757bfc576ccec1dcc9c6cc')
+sha256sums=('eb7ac36dc14b9c3e3c0cabae0f90304a137da8e6ae607bcaf56d65720fbd097f')
 
 package() {
-  install -dm755 "${pkgdir}"/usr/share/hunspell
-  install -m644 fr-moderne.dic "${pkgdir}"/usr/share/hunspell/fr_FR.dic
-  install -m644 fr-moderne.aff "${pkgdir}"/usr/share/hunspell/fr_FR.aff
+  install -Dm644 fr-classique.dic "${pkgdir}"/usr/share/hunspell/fr_FR.dic
+  install -Dm644 fr-classique.aff "${pkgdir}"/usr/share/hunspell/fr_FR.aff
 
   pushd "${pkgdir}"/usr/share/hunspell/
   fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU"
@@ -23,7 +22,6 @@
 ln -s fr_FR.aff ${lang}.aff
 ln -s fr_FR.dic ${lang}.dic
   done
-
   popd
 
   # the symlinks
@@ -35,12 +33,12 @@
   popd
 
   # docs
-  install -Dm644 README_dict_fr.txt 
"${pkgdir}"/usr/share/doc/${pkgname}/README_dict_fr.txt
+  install -Dm644 README_dict_fr.txt -t "${pkgdir}"/usr/share/doc/${pkgname}/
 
-# Install webengine dictionaries
+  # Install webengine dictionaries
   install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
   for _file in "$pkgdir"/usr/share/hunspell/*.dic; do
-  _filename=$(basename $_file)
+_filename=$(basename $_file)
 qwebengine_convert_dict $_file 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/${_filename/\.dic/\.bdic}
   done
 }


[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 08:49:21
  Author: felixonmars
Revision: 386484

upgpkg: hunspell-fr 6.4.1-2: reproducibility rebuild

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 08:49:18 UTC (rev 386483)
+++ PKGBUILD2020-05-19 08:49:21 UTC (rev 386484)
@@ -2,7 +2,7 @@
 
 pkgname=hunspell-fr
 pkgver=6.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
 url='https://grammalecte.net/download.php?prj=fr'


[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2019-09-08 Thread Antonio Rojas via arch-commits
Date: Sunday, September 8, 2019 @ 11:35:05
  Author: arojas
Revision: 362046

Update to 6.4.1, install qtwebengine dictionaries

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-08 11:32:25 UTC (rev 362045)
+++ PKGBUILD2019-09-08 11:35:05 UTC (rev 362046)
@@ -1,18 +1,18 @@
 # Maintainer: Guillaume ALAUX 
 
 pkgname=hunspell-fr
-pkgver=6.3
+pkgver=6.4.1
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
 url='https://grammalecte.net/download.php?prj=fr'
 license=('MPL2')
+makedepends=('qt5-webengine')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=("https://grammalecte.net/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip;)
-sha256sums=('cc6c2d15073659d221487b45245e9eee9a4ed66c30c6dcf784326bab063c5266')
+sha256sums=('744e77a3bd115144fa3131485231638d41c21e65ed757bfc576ccec1dcc9c6cc')
 
 package() {
-  cd "${srcdir}"
   install -dm755 "${pkgdir}"/usr/share/hunspell
   install -m644 fr-moderne.dic "${pkgdir}"/usr/share/hunspell/fr_FR.dic
   install -m644 fr-moderne.aff "${pkgdir}"/usr/share/hunspell/fr_FR.aff
@@ -36,4 +36,11 @@
 
   # docs
   install -Dm644 README_dict_fr.txt 
"${pkgdir}"/usr/share/doc/${pkgname}/README_dict_fr.txt
+
+# Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  for _file in "$pkgdir"/usr/share/hunspell/*.dic; do
+  _filename=$(basename $_file)
+qwebengine_convert_dict $_file 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/${_filename/\.dic/\.bdic}
+  done
 }


[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2018-05-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, May 10, 2018 @ 12:37:42
  Author: jelle
Revision: 323845

upgpkg: hunspell-fr 6.2-1

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 12:37:41 UTC (rev 323844)
+++ PKGBUILD2018-05-10 12:37:42 UTC (rev 323845)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 
 pkgname=hunspell-fr
-pkgver=6.0.2
+pkgver=6.2
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('434956a8f572494718a7d7e79af1d778a6a0192936305daa74e2ada297327af8'
+sha256sums=('c98147b99518a5aa51d51db58d6a153377bb9f366ebe8a21a2faa05b6c76308d'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {


[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2017-02-12 Thread Guillaume Alaux
Date: Sunday, February 12, 2017 @ 09:53:35
  Author: guillaume
Revision: 288724

upgpkg: hunspell-fr 6.0.2-1

Upstream release 6.0.2

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 09:08:54 UTC (rev 288723)
+++ PKGBUILD2017-02-12 09:53:35 UTC (rev 288724)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 
 pkgname=hunspell-fr
-pkgver=5.7
+pkgver=6.0.2
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('275c19c202913f7d6ec2a7687d45120bd9277351d7ca0fc3dcd88faae81e483f'
+sha256sums=('434956a8f572494718a7d7e79af1d778a6a0192936305daa74e2ada297327af8'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {


[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2016-10-29 Thread Guillaume Alaux
Date: Saturday, October 29, 2016 @ 09:23:40
  Author: guillaume
Revision: 279424

Upstream release 5.7

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-29 02:30:52 UTC (rev 279423)
+++ PKGBUILD2016-10-29 09:23:40 UTC (rev 279424)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 
 pkgname=hunspell-fr
-pkgver=5.6
+pkgver=5.7
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('0e3e27aac53b60590dcd33a0bae32df58d767d5b0e0fbf0c4b23c755e87987c3'
+sha256sums=('275c19c202913f7d6ec2a7687d45120bd9277351d7ca0fc3dcd88faae81e483f'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {


[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2016-04-24 Thread Guillaume Alaux
Date: Sunday, April 24, 2016 @ 17:21:33
  Author: guillaume
Revision: 266122

Upstream release 5.6

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-24 15:18:29 UTC (rev 266121)
+++ PKGBUILD2016-04-24 15:21:33 UTC (rev 266122)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 
 pkgname=hunspell-fr
-pkgver=5.5
+pkgver=5.6
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('3dd3ab81cf4cf828a7b1e39ea1a6ef37f634160eb1dab787fa211d5fd3dab9a9'
+sha256sums=('0e3e27aac53b60590dcd33a0bae32df58d767d5b0e0fbf0c4b23c755e87987c3'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {


[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2016-01-04 Thread Guillaume Alaux
Date: Monday, January 4, 2016 @ 13:36:58
  Author: guillaume
Revision: 257508

Upstream release 5.5

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-04 12:22:44 UTC (rev 257507)
+++ PKGBUILD2016-01-04 12:36:58 UTC (rev 257508)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 
 pkgname=hunspell-fr
-pkgver=5.3
+pkgver=5.5
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('604664c075140b889040a41575e211569eb4eece2ec0cf670ceb9f2a09024731'
+sha256sums=('3dd3ab81cf4cf828a7b1e39ea1a6ef37f634160eb1dab787fa211d5fd3dab9a9'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {


[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2015-05-30 Thread Guillaume Alaux
Date: Saturday, May 30, 2015 @ 15:50:27
  Author: guillaume
Revision: 239921

Upstream release 5.3

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 13:49:02 UTC (rev 239920)
+++ PKGBUILD2015-05-30 13:50:27 UTC (rev 239921)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=5.2
+pkgver=5.3
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('c5863f7592a8c4defe8b4ed2b3b45f6f10ef265d34ae9881c1f3bbb3b80bdd02'
+sha256sums=('604664c075140b889040a41575e211569eb4eece2ec0cf670ceb9f2a09024731'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {


[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2015-05-30 Thread Guillaume Alaux
Date: Saturday, May 30, 2015 @ 15:54:16
  Author: guillaume
Revision: 239923

Cosmetic fixes of PKGBUILD

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 13:51:34 UTC (rev 239922)
+++ PKGBUILD2015-05-30 13:54:16 UTC (rev 239923)
@@ -15,30 +15,30 @@
 
 package() {
   cd ${srcdir}
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 fr-moderne.dic ${pkgdir}/usr/share/hunspell/fr_FR.dic
-  install -m644 fr-moderne.aff ${pkgdir}/usr/share/hunspell/fr_FR.aff
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 fr-moderne.dic ${pkgdir}/usr/share/hunspell/fr_FR.dic
+  install -m644 fr-moderne.aff ${pkgdir}/usr/share/hunspell/fr_FR.aff
 
-  pushd ${pkgdir}/usr/share/hunspell/
+  pushd ${pkgdir}/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
+ln -s fr_FR.aff ${lang}.aff
+ln -s fr_FR.dic ${lang}.dic
   done
 
   popd
 
   # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd ${pkgdir}/usr/share/myspell/dicts
-for file in ${pkgdir}/usr/share/hunspell/*; do
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd ${pkgdir}/usr/share/myspell/dicts
+for file in ${pkgdir}/usr/share/hunspell/*; do
   ln -sv /usr/share/hunspell/$(basename ${file}) .
 done
   popd
-  
+
   # docs
-  install -Dm644 README_dict_fr.txt 
${pkgdir}/usr/share/doc/${pkgname}/README_dict_fr.txt
+  install -Dm644 README_dict_fr.txt 
${pkgdir}/usr/share/doc/${pkgname}/README_dict_fr.txt
 
   # license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }


[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2014-09-23 Thread Guillaume Alaux
Date: Tuesday, September 23, 2014 @ 21:00:43
  Author: guillaume
Revision: 222879

Upstream release 5.2

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-23 17:52:11 UTC (rev 222878)
+++ PKGBUILD2014-09-23 19:00:43 UTC (rev 222879)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('03a59728dfe55d4c49c5697a2c28efbe5a230b12ab5ddb3129f11566e9d66c7a'
+sha256sums=('c5863f7592a8c4defe8b4ed2b3b45f6f10ef265d34ae9881c1f3bbb3b80bdd02'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2014-09-08 Thread Guillaume Alaux
Date: Monday, September 8, 2014 @ 21:23:34
  Author: guillaume
Revision: 221171

Upstream release 5.1

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-08 19:22:08 UTC (rev 221170)
+++ PKGBUILD2014-09-08 19:23:34 UTC (rev 221171)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=5.0.2
+pkgver=5.1
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('e76f98a3ff4bec907a2e19859293362d9c270eddd8daa08b79a4a96dccea9b13'
+sha256sums=('03a59728dfe55d4c49c5697a2c28efbe5a230b12ab5ddb3129f11566e9d66c7a'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2014-01-23 Thread Guillaume Alaux
Date: Thursday, January 23, 2014 @ 14:33:23
  Author: guillaume
Revision: 204582

Upstream update

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-23 13:25:15 UTC (rev 204581)
+++ PKGBUILD2014-01-23 13:33:23 UTC (rev 204582)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('54b31884e31bc6837a1a0282ec6fdeff33660e6f7252e2ad27dfc2eb4331bbfb'
+sha256sums=('e76f98a3ff4bec907a2e19859293362d9c270eddd8daa08b79a4a96dccea9b13'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2014-01-10 Thread Guillaume Alaux
Date: Friday, January 10, 2014 @ 23:39:43
  Author: guillaume
Revision: 203447

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 22:37:23 UTC (rev 203446)
+++ PKGBUILD2014-01-10 22:39:43 UTC (rev 203447)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=5.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('f98dd74ca8a787961f123d092be5dda3a76fbfb19f2c138638dcfb8df99b73ca'
+sha256sums=('54b31884e31bc6837a1a0282ec6fdeff33660e6f7252e2ad27dfc2eb4331bbfb'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2013-12-08 Thread Guillaume Alaux
Date: Sunday, December 8, 2013 @ 23:48:32
  Author: guillaume
Revision: 201314

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-08 20:12:10 UTC (rev 201313)
+++ PKGBUILD2013-12-08 22:48:32 UTC (rev 201314)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.12
+pkgver=5.0
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('323ffc7ed69231127d75f9cab2cba387c7ed2f965f8c5a9ad16c0ed3cd41fe5c'
+sha256sums=('f98dd74ca8a787961f123d092be5dda3a76fbfb19f2c138638dcfb8df99b73ca'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2013-11-24 Thread Guillaume Alaux
Date: Sunday, November 24, 2013 @ 18:06:15
  Author: guillaume
Revision: 200278

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-24 16:59:45 UTC (rev 200277)
+++ PKGBUILD2013-11-24 17:06:15 UTC (rev 200278)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.11
+pkgver=4.12
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('e6ba491b2603338af47b766e3f56f4a80442983ba21e043c2e63deda62fec570'
+sha256sums=('323ffc7ed69231127d75f9cab2cba387c7ed2f965f8c5a9ad16c0ed3cd41fe5c'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2013-06-25 Thread Guillaume Alaux
Date: Tuesday, June 25, 2013 @ 13:43:36
  Author: guillaume
Revision: 188914

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 11:06:24 UTC (rev 188913)
+++ PKGBUILD2013-06-25 11:43:36 UTC (rev 188914)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.10
+pkgver=4.11
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('2c003b2ea58ca3433b54f15720c6e1f6fa4824f7e7728e8ebdeff563ef02d644'
+sha256sums=('e6ba491b2603338af47b766e3f56f4a80442983ba21e043c2e63deda62fec570'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2013-04-07 Thread Guillaume Alaux
Date: Sunday, April 7, 2013 @ 22:49:00
  Author: guillaume
Revision: 182118

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-07 20:48:49 UTC (rev 182117)
+++ PKGBUILD2013-04-07 20:49:00 UTC (rev 182118)
@@ -1,16 +1,16 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.9
-pkgrel=2
+pkgver=4.10
+pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
-url='http://www.dicollecte.org/'
+url='http://www.dicollecte.org/home.php?prj=fr'
 license=('custom:MPLv2')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('66ea602863f10883b4a34e976732ed93b38d1cd544799a7aadc08e58d2e25105'
+sha256sums=('2c003b2ea58ca3433b54f15720c6e1f6fa4824f7e7728e8ebdeff563ef02d644'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2013-01-26 Thread Guillaume Alaux
Date: Saturday, January 26, 2013 @ 09:51:34
  Author: guillaume
Revision: 176017

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-26 04:21:33 UTC (rev 176016)
+++ PKGBUILD2013-01-26 08:51:34 UTC (rev 176017)
@@ -1,15 +1,15 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.8
+pkgver=4.9
 pkgrel=1
-pkgdesc=French (modern) hunspell dictionaries
+pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
-url=http://www.dicollecte.org/;
+url='http://www.dicollecte.org/'
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip)
-md5sums=('f44e320320de23b7a1b73b22338b09d9')
+sha256sums=('66ea602863f10883b4a34e976732ed93b38d1cd544799a7aadc08e58d2e25105')
 
 package() {
   cd ${srcdir}



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2012-11-26 Thread Guillaume Alaux
Date: Monday, November 26, 2012 @ 08:18:39
  Author: guillaume
Revision: 172010

Upstream release - sources

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 13:06:43 UTC (rev 172009)
+++ PKGBUILD2012-11-26 13:18:39 UTC (rev 172010)
@@ -1,15 +1,15 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.6
+pkgver=4.8
 pkgrel=1
 pkgdesc=French (modern) hunspell dictionaries
 arch=(any)
 url=http://www.dicollecte.org/;
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('1d7f28756a75083877f0468550f6b396')
+source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip)
+md5sums=('f44e320320de23b7a1b73b22338b09d9')
 
 package() {
   cd ${srcdir}
@@ -36,5 +36,5 @@
   
   # docs
   install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m644 README_fr.txt $pkgdir/usr/share/doc/${pkgname}/README_fr.txt
+  install -m644 README_dict_fr.txt 
$pkgdir/usr/share/doc/${pkgname}/README_dict_fr.txt
 }



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2012-09-15 Thread Guillaume Alaux
Date: Saturday, September 15, 2012 @ 06:37:04
  Author: guillaume
Revision: 166676

Upstream release - sources

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 10:31:01 UTC (rev 166675)
+++ PKGBUILD2012-09-15 10:37:04 UTC (rev 166676)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.5
+pkgver=4.6
 pkgrel=1
 pkgdesc=French (modern) hunspell dictionaries
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('9c0254edb3a820553c3cfb9f07e77174')
+md5sums=('1d7f28756a75083877f0468550f6b396')
 
 package() {
   cd ${srcdir}



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2012-07-29 Thread Guillaume Alaux
Date: Sunday, July 29, 2012 @ 09:41:09
  Author: guillaume
Revision: 164270

upgpkg: hunspell-fr 4.5-1

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-29 11:06:35 UTC (rev 164269)
+++ PKGBUILD2012-07-29 13:41:09 UTC (rev 164270)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.4.1
+pkgver=4.5
 pkgrel=1
 pkgdesc=French (modern) hunspell dictionaries
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('21797904e86e2faa2057cca18fc90105')
+md5sums=('9c0254edb3a820553c3cfb9f07e77174')
 
 package() {
   cd ${srcdir}



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2012-01-02 Thread Guillaume Alaux
Date: Monday, January 2, 2012 @ 15:41:20
  Author: guillaume
Revision: 145844

upgpkg: hunspell-fr 4.4.1-1

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 20:31:09 UTC (rev 145843)
+++ PKGBUILD2012-01-02 20:41:20 UTC (rev 145844)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.3
+pkgver=4.4.1
 pkgrel=1
 pkgdesc=French (modern) hunspell dictionaries
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('57021eb1a924f4f28bd14208978a957b')
+md5sums=('21797904e86e2faa2057cca18fc90105')
 
 package() {
   cd ${srcdir}



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2011-10-09 Thread Guillaume Alaux
Date: Sunday, October 9, 2011 @ 06:43:43
  Author: guillaume
Revision: 140205

upgpkg: hunspell-fr 4.3-1

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-09 10:15:48 UTC (rev 140204)
+++ PKGBUILD2011-10-09 10:43:43 UTC (rev 140205)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.2
+pkgver=4.3
 pkgrel=1
 pkgdesc=French (modern) hunspell dictionaries
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('d772d909a287ce28c80d9d60e3a02c37')
+md5sums=('57021eb1a924f4f28bd14208978a957b')
 
 package() {
   cd ${srcdir}



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2011-07-17 Thread Guillaume Alaux
Date: Sunday, July 17, 2011 @ 14:04:30
  Author: guillaume
Revision: 131938

upgpkg: hunspell-fr 4.2-1
Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-17 14:57:48 UTC (rev 131937)
+++ PKGBUILD2011-07-17 18:04:30 UTC (rev 131938)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.1
+pkgver=4.2
 pkgrel=1
 pkgdesc=French (modern) hunspell dictionaries
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('f922f8badc7baa18278ffe2362e19157')
+md5sums=('d772d909a287ce28c80d9d60e3a02c37')
 
 package() {
   cd ${srcdir}



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2011-04-04 Thread Guillaume Alaux
Date: Monday, April 4, 2011 @ 08:59:24
  Author: guillaume
Revision: 117609

upgpkg: hunspell-fr 4.1-1
Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 12:56:46 UTC (rev 117608)
+++ PKGBUILD2011-04-04 12:59:24 UTC (rev 117609)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.0.1
+pkgver=4.1
 pkgrel=1
 pkgdesc=French (modern) hunspell dictionaries
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('a5531bb2ba46596a8377398e736e96b4')
+md5sums=('f922f8badc7baa18278ffe2362e19157')
 
 package() {
   cd ${srcdir}



[arch-commits] Commit in hunspell-fr/trunk (PKGBUILD)

2011-02-19 Thread Guillaume Alaux
Date: Saturday, February 19, 2011 @ 08:18:34
  Author: guillaume
Revision: 110443

upgpkg: hunspell-fr 4.0.1-1
Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-19 12:57:15 UTC (rev 110442)
+++ PKGBUILD2011-02-19 13:18:34 UTC (rev 110443)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=3.8
+pkgver=4.0.1
 pkgrel=1
 pkgdesc=French (modern) hunspell dictionaries
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('960317a6160d568e41e99bf50ad138e4')
+md5sums=('a5531bb2ba46596a8377398e736e96b4')
 
 package() {
   cd ${srcdir}