diff options
author | root <root@rshg054.dnsready.net> | 2012-08-01 00:01:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-01 00:01:57 +0000 |
commit | a71961a43ef48f47d3575915f63099308a18a263 (patch) | |
tree | 7cff98e17a13de6beae6d0a56c0d1bf75a74fb5a /community/aspell-ca | |
parent | 5b3474881a154216b47c6e154552ee5f9c68c509 (diff) |
Wed Aug 1 00:01:57 UTC 2012
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 } |