From e664716f8e761683b59bbb9e4de30661457a1b60 Mon Sep 17 00:00:00 2001 From: cr6git Date: Wed, 18 Apr 2018 20:32:45 +0200 Subject: [PATCH] hunspell-da_DK: update to 2.4. --- srcpkgs/hunspell-da_DK/template | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/hunspell-da_DK/template b/srcpkgs/hunspell-da_DK/template index 5939d8c8569..e560c7852b4 100644 --- a/srcpkgs/hunspell-da_DK/template +++ b/srcpkgs/hunspell-da_DK/template @@ -1,20 +1,20 @@ # Template file for 'hunspell-da_DK' pkgname=hunspell-da_DK -version=2.3 +version=2.4 revision=1 -maintainer="Unix Sheikh " -homepage="http://www.stavekontrolden.dk/" -license="GPL-2 LGPL-2.1 MPL-1.1" noarch=yes +create_wrksrc=yes hostmakedepends="unzip" short_desc="Danish da_DK dictionary for hunspell" -distfiles="https://github.com/unixsheikh/void-hunspell-da-dk/archive/master.tar.gz" -checksum=9396f7ba4447b6e210a0e40b22089357ade94f1eeb264d44be5651dbf6023c86 -create_wrksrc=yes +maintainer="Unix Sheikh " +license="GPL-2, LGPL-2.1, MPL-1.1" +homepage="https://extensions.libreoffice.org/extensions/stavekontrolden-danish-dictionary/" +distfiles="https://extensions.libreoffice.org/extensions/stavekontrolden-danish-dictionary/$version/@@download/file/dict-da-$version.oxt>dict-da-$version.zip" +checksum=c08a7c53dcbae49f5ebb3274e673ec983f623f52c9f8d6f471887de7e4a62476 do_install() { - vinstall void-hunspell-da-dk-master/da_DK.aff 644 /usr/share/hunspell - vinstall void-hunspell-da-dk-master/da_DK.dic 644 /usr/share/hunspell - vlicense void-hunspell-da-dk-master/README + vinstall da_DK.aff 644 usr/share/hunspell + vinstall da_DK.dic 644 usr/share/hunspell + vlicense README_da_DK.txt }