diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/hunspell-pt-br/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/hunspell-pt-br/PKGBUILD b/pcr/hunspell-pt-br/PKGBUILD index a15ddda78..0ae4e4e76 100644 --- a/pcr/hunspell-pt-br/PKGBUILD +++ b/pcr/hunspell-pt-br/PKGBUILD @@ -4,15 +4,15 @@ # Maintainer (Parabola): André Silva <emulatorman@parabola.nu> pkgname=hunspell-pt-br -pkgver=3.0 -pkgrel=3 +pkgver=3.2 +pkgrel=1 pkgdesc="Portuguese (Brazil) dictionary" arch=(any) url="http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico" -license=('LGPLv3') +license=('LGPLv3' 'MPL') optdepends=('hunspell: the spell checking libraries and apps') -source=(http://pt-br.libreoffice.org/assets/VeroptBRV300AOG.oxt) -md5sums=('96e05c7b7df97e2d1ce57ff736063bdf') +source=(http://pt-br.libreoffice.org/assets/VeroptBRV320AOG.oxt) +md5sums=('3b2f7291d486435cf6706b55e02da5b6') package() { install -D -m644 ${srcdir}/pt_BR.dic ${pkgdir}/usr/share/hunspell/pt_BR.dic |