From a4ffc9986f712e2b48633dcd2a3006ee227da485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 29 Nov 2020 10:10:10 +0700 Subject: [PATCH] hunspell-ru_RU: remove noarch, fix distfiles --- srcpkgs/hunspell-ru_RU/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/hunspell-ru_RU/template b/srcpkgs/hunspell-ru_RU/template index 862bed568c1..7242e68ac01 100644 --- a/srcpkgs/hunspell-ru_RU/template +++ b/srcpkgs/hunspell-ru_RU/template @@ -1,19 +1,17 @@ # Template file for 'hunspell-ru_RU' pkgname=hunspell-ru_RU version=0.4.3 -revision=1 +revision=2 +create_wrksrc=yes hostmakedepends="unzip" short_desc="Russian dictionary for hunspell" maintainer="Alexander Mamay " license="LGPL-2.1-only" homepage="https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group" -distfiles="https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group/${version/./-}/@@download/file/dict_ru_ru-aot-${version}.oxt>dict-ru.zip" +distfiles="https://extensions.libreoffice.org/assets/downloads/z/dict-ru-ru-aot-${version//./-}.oxt>dict-ru.zip" checksum=ee9b0575e9f8caf1d0a948fb644aed864de47aaf3bc24d2b77f288fec7f8d4c4 -create_wrksrc=yes -archs=noarch do_install() { vinstall russian-aot.aff 644 usr/share/hunspell ru_RU.aff vinstall russian-aot.dic 644 usr/share/hunspell ru_RU.dic - vlicense copyright.txt }