diff options
Diffstat (limited to 'extra/aspell-pt')
-rw-r--r-- | extra/aspell-pt/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/aspell-pt/PKGBUILD b/extra/aspell-pt/PKGBUILD index afcbe30c9..a75faab38 100644 --- a/extra/aspell-pt/PKGBUILD +++ b/extra/aspell-pt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 150493 2012-02-18 03:34:52Z allan $ +# $Id: PKGBUILD 171362 2012-11-17 09:56:22Z eric $ # Maintainer: # Contributor: Simo Leone <simo@archlinux.org> # Contributor: jlvsimoes <jlvsimoes@oninet.pt> @@ -7,7 +7,7 @@ pkgname=aspell-pt _pkgverPT=20070510 _pkgverBR=20090702 pkgver=$_pkgverBR -pkgrel=3 +pkgrel=4 pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell" arch=('i686' 'x86_64') url="http://aspell.net/" @@ -17,8 +17,8 @@ conflicts=('aspell-pt_br') replaces=('aspell-pt_br') source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2 ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/aspell6-pt_PT-$_pkgverPT-0.tar.bz2) -md5sums=('e082a8956882eb94a67c12e1b8c4a324' 'a54267ce8f91de6e6a1baf1e8048cba0') -sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26' 'e136c2f411b582897437b06b9068c98ee333be41') +sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26' + 'e136c2f411b582897437b06b9068c98ee333be41') build() { cd "$srcdir/aspell6-pt_BR-$_pkgverBR-0" @@ -36,4 +36,6 @@ package() { cd "$srcdir/aspell6-pt_PT-$_pkgverPT-0" make DESTDIR="$pkgdir" install + + echo "add pt_BR.multi" > "$pkgdir"/usr/lib/aspell-0.60/brasileiro.alias } |