pkgname=aspell-pl pkgver=20241101 pkgrel=1 pkgdesc="Polish dictionary for aspell" arch=('x86_64') url="https://www.sjp.pl/slownik/en/" license=('GPL' 'LGPL' 'MPL') depends=('aspell') source=("https://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_${pkgver}-0.tar.bz2") md5sums=('1adbfdefefbb8d120961eacf56702f5e') build() { cd aspell6-pl-6.0_${pkgver}-0 ./configure make } package() { cd aspell6-pl-6.0_${pkgver}-0 make DESTDIR=${pkgdir} install }