From f37cbd892db45b858a9a876c3aea2f007803b7e1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 Jul 2013 01:37:35 -0700 Subject: Sat Jul 6 01:36:25 PDT 2013 --- community/aspell-pl/PKGBUILD | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'community/aspell-pl/PKGBUILD') diff --git a/community/aspell-pl/PKGBUILD b/community/aspell-pl/PKGBUILD index 3b0df74f5..fb512bfd4 100644 --- a/community/aspell-pl/PKGBUILD +++ b/community/aspell-pl/PKGBUILD @@ -1,29 +1,26 @@ -# $Id: PKGBUILD 58727 2011-11-18 05:20:53Z bpiotrowski $ +# $Id: PKGBUILD 93578 2013-07-05 19:42:56Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Jaroslaw Swierczynski # Contributor: Arkadiusz Laczynski pkgname=aspell-pl -pkgver=20111117 +pkgver=20130705 pkgrel=1 -pkgdesc="Polish dictionary for aspell" +pkgdesc='Polish dictionary for aspell' arch=('i686' 'x86_64') url="http://www.sjp.pl/slownik/en/" license=('GPL' 'LGPL' 'MPL') depends=('aspell') -#source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2) source=(ftp://ftp.archlinux.org/other/community/$pkgname/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2) -md5sums=('27aa9ca734d7049238399c279c5417fb') +md5sums=('977708b770709d55909b23be2851af10') build() { - cd "$srcdir/aspell6-pl-6.0_$pkgver-0" - + cd aspell6-pl-6.0_$pkgver-0 ./configure make } package() { - cd "$srcdir/aspell6-pl-6.0_$pkgver-0" - + cd aspell6-pl-6.0_$pkgver-0 make DESTDIR="$pkgdir" install } -- cgit v1.2.3-54-g00ecf