From 776cc51157ae741822f718caa91594242909725c Mon Sep 17 00:00:00 2001 From: cr6git Date: Sat, 15 Sep 2018 11:32:50 +0200 Subject: [PATCH] hunspell-pt_BR: drop unzip --- srcpkgs/hunspell-pt_BR/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/hunspell-pt_BR/template b/srcpkgs/hunspell-pt_BR/template index aeaa1c31c27..bac259cd631 100644 --- a/srcpkgs/hunspell-pt_BR/template +++ b/srcpkgs/hunspell-pt_BR/template @@ -1,18 +1,19 @@ # Template file for 'hunspell-pt_BR' pkgname=hunspell-pt_BR version=3.2 -revision=1 +revision=2 noarch=yes -create_wrksrc=yes -hostmakedepends="unzip" +build_style=fetch +hostmakedepends="archiver" short_desc="Brazillian Portuguese dictionary for hunspell" maintainer="cr6git " license="LGPL-3.0-or-later, MPL-1.1" homepage="https://pt-br.libreoffice.org/projetos/vero" -distfiles="https://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/VeroptBRV320AOC.oxt>VeroptBRV320AOC.zip" +distfiles="https://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/VeroptBRV320AOC.oxt" checksum=78bac9ed27bf1b23666e240bc3809b9520004f14885423580a029771032bff54 do_install() { + archiver open VeroptBRV320AOC.oxt vinstall pt_BR.aff 644 usr/share/hunspell vinstall pt_BR.dic 644 usr/share/hunspell }