summaryrefslogtreecommitdiff
path: root/pcr/hyphen-pt-br
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-03 07:54:56 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-03 07:54:56 +0100
commitf7481e1bd145c6c1b19934820db18c34089fd992 (patch)
tree9816995550a5ec8e56947f2a79dd47fd4231518e /pcr/hyphen-pt-br
parentd07b2f19449abe41d79fd7ffd5ed75c2f36d9a05 (diff)
pcr/hyphen-pt-br: bumped pkgrel and rebuilt for missing arches
Diffstat (limited to 'pcr/hyphen-pt-br')
-rw-r--r--pcr/hyphen-pt-br/PKGBUILD18
1 files changed, 12 insertions, 6 deletions
diff --git a/pcr/hyphen-pt-br/PKGBUILD b/pcr/hyphen-pt-br/PKGBUILD
index d371648c0..78dba85a9 100644
--- a/pcr/hyphen-pt-br/PKGBUILD
+++ b/pcr/hyphen-pt-br/PKGBUILD
@@ -1,13 +1,17 @@
-# Maintainer (Arch): Robson R S Peixoto <robsonpeixoto@gmail.com>
-# Maintainer: André Silva <emulatorman@hyperbola.info>
+# Contributor (AUR): Robson R S Peixoto <robsonpeixoto@gmail.com>
+# Maintainer (AUR): Davi da Silva Böger <dsboger@gmail.com>
+# Contributor: André Silva <emulatorman@hyperbola.info>
+
+# parabola changes and rationale:
+# no changes.
pkgname=hyphen-pt-br
pkgver=213
-pkgrel=3
+pkgrel=3.1
pkgdesc="Portuguese (Brazil) hyphenation rules"
-arch=(any)
-url="http://pt-br.libreoffice.org/projetos/vero"
-license=('LGPL3' 'MPL')
+arch=('any')
+url="http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico/"
+license=('LGPL-2.1')
depends=('hyphen')
source=(http://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/hyphptBR-${pkgver}.zip)
md5sums=('498a4ec7976a814f7411f5540cbedece')
@@ -19,3 +23,5 @@ package() {
cd $pkgdir/usr/share/myspell/dicts/
ln -s /usr/share/hyphen/hyph_pt_BR.dic hyph_pt_BR.dic
}
+
+# vim:set ts=2 sw=2 et: