[arch-commits] Commit in mythes-hu/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue Sep 4 15:05:40 UTC 2012


    Date: Tuesday, September 4, 2012 @ 11:05:39
  Author: foutrelis
Revision: 166028

upgpkg: mythes-hu 1.0-3

Package newer dictionary version (FS#31390)

Modified:
  mythes-hu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-04 14:53:19 UTC (rev 166027)
+++ PKGBUILD	2012-09-04 15:05:39 UTC (rev 166028)
@@ -4,19 +4,19 @@
 
 pkgname=mythes-hu
 pkgver=1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Hungarian thesaurus"
 arch=('any')
 url="http://extensions.services.openoffice.org/project/hu_dicts"
 license=('GPL')
 optdepends=('libmythes: offers thesaurus library functions')
-source=("http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/thes_hu_HU.zip")
-md5sums=('20e4bfe680999629270e1e8b7e2534e5')
+source=(http://extensions.services.openoffice.org/e-files/1283/9/dict-hu.oxt)
+md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb')
 
 package() {
   cd "$srcdir"
-  install -Dm644 th_hu_HU.dat $pkgdir/usr/share/mythes/th_hu_HU.dat
-  install -Dm644 th_hu_HU.idx $pkgdir/usr/share/mythes/th_hu_HU.idx
+  install -Dm644 th_hu_HU_v2.dat $pkgdir/usr/share/mythes/th_hu_HU_v2.dat
+  install -Dm644 th_hu_HU_v2.idx $pkgdir/usr/share/mythes/th_hu_HU_v2.idx
 
   # the symlinks
   install -dm755 ${pkgdir}/usr/share/myspell/dicts
@@ -26,5 +26,5 @@
     done
   popd
 
-  install -Dm644 README_th_hu_HU.txt $pkgdir/usr/share/doc/$pkgname/README_th_hu_HU.txt
+  install -Dm644 README_th_hu_HU_v2.txt $pkgdir/usr/share/doc/$pkgname/README_th_hu_HU_v2.txt
 }




More information about the arch-commits mailing list