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

Guillaume Alaux guillaume at archlinux.org
Wed Mar 7 21:10:09 UTC 2012


    Date: Wednesday, March 7, 2012 @ 16:10:09
  Author: guillaume
Revision: 152657

upgpkg: hyphen-fr 3.0-1

Upstream release

Modified:
  hyphen-fr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-07 20:43:30 UTC (rev 152656)
+++ PKGBUILD	2012-03-07 21:10:09 UTC (rev 152657)
@@ -1,20 +1,20 @@
 # Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
 
 pkgname=hyphen-fr
-pkgver=2.0
-pkgrel=2
+pkgver=3.0
+pkgrel=1
 pkgdesc="French hyphenation rules"
 arch=('any')
 url="http://www.dicollecte.org/"
 license=('LGPL')
 optdepends=('hyphen: offers hyphenation library functions')
-source=("http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_fr_FR_${pkgver/./-}.zip")
-md5sums=('f6d9bd51a939df943612c3f5ac2a511c')
+source=("http://www.dicollecte.org/download/fr/hyph-fr-v${pkgver}.zip")
+md5sums=('69543c399f6be39ae7a578c8c3a93584')
 
 package() {
   cd "${srcdir}"
   install -dm755 ${pkgdir}/usr/share/hyphen
-  install -m644 hyph_fr_FR.dic ${pkgdir}/usr/share/hyphen/hyph_fr_FR.dic
+  install -m644 hyph_fr.dic ${pkgdir}/usr/share/hyphen/hyph_fr_FR.dic
 
   pushd ${pkgdir}/usr/share/hyphen/
   fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU"
@@ -34,6 +34,6 @@
   
   # docs
   install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m644 README_hyph_fr_FR.txt \
+  install -m644 README_hyph_fr.txt \
                 ${pkgdir}/usr/share/doc/${pkgname}/README_hyph_fr_FR.txt
 }




More information about the arch-commits mailing list