diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-23 16:51:53 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-23 16:51:53 -0200 |
commit | 9fa0ea17b2545850885d834cc34bd0f2ed45fd9d (patch) | |
tree | 66b55189b6875573aef351c548d54b79fcb5b471 | |
parent | 7445892e07b982cd469e4c348a437c00061b9fdc (diff) | |
download | abslibre-9fa0ea17b2545850885d834cc34bd0f2ed45fd9d.tar.gz abslibre-9fa0ea17b2545850885d834cc34bd0f2ed45fd9d.tar.bz2 abslibre-9fa0ea17b2545850885d834cc34bd0f2ed45fd9d.zip |
hunspell-pt-br-3.2-2: change VeroptBRV320AOG.oxt to VeroptBRV320AOC.oxt
-rw-r--r-- | pcr/hunspell-pt-br/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/hunspell-pt-br/PKGBUILD b/pcr/hunspell-pt-br/PKGBUILD index 0ae4e4e76..5c4ff0c3a 100644 --- a/pcr/hunspell-pt-br/PKGBUILD +++ b/pcr/hunspell-pt-br/PKGBUILD @@ -5,14 +5,14 @@ pkgname=hunspell-pt-br pkgver=3.2 -pkgrel=1 +pkgrel=2 pkgdesc="Portuguese (Brazil) dictionary" arch=(any) url="http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico" license=('LGPLv3' 'MPL') optdepends=('hunspell: the spell checking libraries and apps') -source=(http://pt-br.libreoffice.org/assets/VeroptBRV320AOG.oxt) -md5sums=('3b2f7291d486435cf6706b55e02da5b6') +source=(http://pt-br.libreoffice.org/assets/VeroptBRV320AOC.oxt) +md5sums=('9a9ac174c401406604bfcf101de2a7ba') package() { install -D -m644 ${srcdir}/pt_BR.dic ${pkgdir}/usr/share/hunspell/pt_BR.dic |