diff options
Diffstat (limited to 'community/aspell-ca')
-rw-r--r-- | community/aspell-ca/PKGBUILD | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/community/aspell-ca/PKGBUILD b/community/aspell-ca/PKGBUILD index 472388eb7..4b3d2ebe1 100644 --- a/community/aspell-ca/PKGBUILD +++ b/community/aspell-ca/PKGBUILD @@ -1,27 +1,27 @@ -# $Id: PKGBUILD 67433 2012-03-11 19:08:53Z lcarlier $ -#Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> +# $Id: PKGBUILD 74578 2012-07-30 19:39:10Z jlichtblau $ +#Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +#Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> pkgname=aspell-ca -pkgver=2.1.5 -pkgrel=4 -arch=('i686' 'x86_64') +pkgver=2.3.0 +pkgrel=1 pkgdesc="Catalan dictionary for aspell" -depends=('aspell') +arch=('i686' 'x86_64') url="http://aspell.net/" license=('GPL2') -source=("ftp://ftp.gnu.org/gnu/aspell/dict/ca/aspell6-ca-$pkgver-1.tar.bz2") -md5sums=('153d26f724866909c6faf49eecefe8b3') +depends=('aspell') +source=(http://www.softcatala.org/pub/softcatala/aspell/$pkgver/aspell6-ca-$pkgver.tar.bz2) +sha256sums=('61db978261c9edabadf9d247fdbecac284ee92980b1aea478f72facaae950c52') build() { - cd aspell6-ca-${pkgver}-1 + cd aspell6-ca-${pkgver} ./configure - make } package() { - cd aspell6-ca-${pkgver}-1 + cd aspell6-ca-${pkgver} make DESTDIR=${pkgdir} install } |