From 32423119113366f2e165a5f2ab648bb2b07ab379 Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 18 Dec 2019 23:01:39 +0100 Subject: [PATCH] hunspell-pt_BR: fix build --- srcpkgs/hunspell-pt_BR/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hunspell-pt_BR/template b/srcpkgs/hunspell-pt_BR/template index 7b1faf0fc8..4920979d7d 100644 --- a/srcpkgs/hunspell-pt_BR/template +++ b/srcpkgs/hunspell-pt_BR/template @@ -4,7 +4,7 @@ version=3.2 revision=2 archs=noarch build_style=fetch -hostmakedepends="archiver" +hostmakedepends="unzip" short_desc="Brazillian Portuguese dictionary for hunspell" maintainer="Orphaned " license="LGPL-3.0-or-later, MPL-1.1" @@ -13,7 +13,7 @@ distfiles="https://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/Ver checksum=78bac9ed27bf1b23666e240bc3809b9520004f14885423580a029771032bff54 do_install() { - archiver open VeroptBRV320AOC.oxt + unzip VeroptBRV320AOC.oxt vinstall pt_BR.aff 644 usr/share/hunspell vinstall pt_BR.dic 644 usr/share/hunspell }