#Maintainer: Jaroslav Lichtblau #Contributor: Angel 'angvp' Velasquez pkgname=aspell-ca pkgver=2.5.0 pkgrel=1 pkgdesc="Catalan dictionary for aspell" arch=('x86_64') url="https://www.softcatala.org/pub/softcatala/aspell/" license=('GPL2') depends=('aspell') source=(https://www.softcatala.org/pub/softcatala/aspell/$pkgver/aspell6-ca-$pkgver.tar.bz2) sha256sums=('98bf990b182c295d823df4f5da1c0333fa27c680346337c3d07e0575a243714d') build() { cd aspell6-ca-${pkgver} ./configure make } package() { cd aspell6-ca-${pkgver} make DESTDIR="${pkgdir}" install }