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

Jelle van der Waa jelle at archlinux.org
Fri Feb 12 22:56:52 UTC 2021


    Date: Friday, February 12, 2021 @ 22:56:52
  Author: jelle
Revision: 857036

upgpkg: hunspell-nl 2.20.19-1

Modified:
  hunspell-nl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-12 22:56:43 UTC (rev 857035)
+++ PKGBUILD	2021-02-12 22:56:52 UTC (rev 857036)
@@ -2,8 +2,8 @@
 # Contributor: Jelle van der Waa <jelle at vdwaa nl>
 
 pkgname=hunspell-nl
-pkgver=2.10g
-pkgrel=5
+pkgver=2.20.19
+pkgrel=1
 pkgdesc="Dutch hunspell dictionaries"
 arch=('any')
 url="https://www.opentaal.org/"
@@ -12,13 +12,14 @@
 optdepends=('hunspell:  the spell checking libraries and apps')
 makedepends=('unzip' 'qt5-webengine')
 # Upstream source http://opentaal.org/bestanden/license_result/20-woordenlijst-v-210g-voor-openofficeorg-3?bid=20&agree=1
-source=('https://sources.archlinux.org/other/community/hunspell-nl/OpenTaal-210G-LO.oxt')
-md5sums=('3c96686c2555e3ae23b5de06ba08631b')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/OpenTaal/opentaal-hunspell/archive/${pkgver}.tar.gz)
+sha512sums=('19e93421da7096259c18f69dadcf49a2d9f16890edd8474ee226a39ae344803bfe4d3b952669fb1d42dcc28aed36582468f7a92c3289db18e2284be3f4889f40')
 
 package() {
+  cd opentaal-hunspell-${pkgver}
   install -dm755 "${pkgdir}"/usr/share/hunspell
-  install -m644 nl_NL.dic "${pkgdir}"/usr/share/hunspell/nl_NL.dic
-  install -m644 nl_NL.aff "${pkgdir}"/usr/share/hunspell/nl_NL.aff
+  install -m644 nl.dic "${pkgdir}"/usr/share/hunspell/nl_NL.dic
+  install -m644 nl.aff "${pkgdir}"/usr/share/hunspell/nl_NL.aff
 
   pushd "${pkgdir}"/usr/share/hunspell/
   nl_NL_aliases="nl_AW nl_BE"
@@ -38,10 +39,10 @@
 
   # docs
   install -dm755 "${pkgdir}"/usr/share/doc/${pkgname}
-  install -m644 README_nl_NL.txt "${pkgdir}"/usr/share/doc/${pkgname}
+  install -m644 README.md "${pkgdir}"/usr/share/doc/${pkgname}
 
   # licences
-  install -D -m644 license_en_EN.txt "${pkgdir}"/usr/share/licenses/${pkgname}/license_en_EN.txt
+  install -D -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
 
  # Install webengine dictionaries
   install -d "${pkgdir}"/usr/share/qt/qtwebengine_dictionaries/



More information about the arch-commits mailing list