summaryrefslogtreecommitdiff
path: root/community/aspell-ca
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-01 07:14:04 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-01 07:14:04 +0200
commit04770005a02cc2a41550a57143af22c9d951bf6f (patch)
tree0656da1f6862dfe200cd9f43a5ba0ea9ab2c3858 /community/aspell-ca
parentc86f6cb4c8f3c06297ebdb79e83362a0bc99394a (diff)
parenta71961a43ef48f47d3575915f63099308a18a263 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/cdfs/PKGBUILD community-testing/vhba-module/PKGBUILD community-testing/vhba-module/vhba-module.install community/apcupsd/PKGBUILD community/aspell-ca/PKGBUILD core/systemd/PKGBUILD extra/dhcp/PKGBUILD libre/virtualbox-libre/PKGBUILD staging/calligra/PKGBUILD testing/bison/PKGBUILD
Diffstat (limited to 'community/aspell-ca')
-rw-r--r--community/aspell-ca/PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/community/aspell-ca/PKGBUILD b/community/aspell-ca/PKGBUILD
index 87800c619..bc4e820a6 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' 'mips64el')
+pkgver=2.3.0
+pkgrel=1
pkgdesc="Catalan dictionary for aspell"
-depends=('aspell')
+arch=('i686' 'x86_64' 'mips64el')
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
}