[arch-commits] Commit in aspell-pl/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Fri Jul 5 19:42:40 UTC 2013


    Date: Friday, July 5, 2013 @ 21:42:40
  Author: bpiotrowski
Revision: 93577

upgpkg: aspell-pl 20130705-1

- newer snapshot

Modified:
  aspell-pl/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-05 19:21:33 UTC (rev 93576)
+++ PKGBUILD	2013-07-05 19:42:40 UTC (rev 93577)
@@ -4,26 +4,23 @@
 # Contributor: Arkadiusz Laczynski <alaczynski at gmail.com>
 
 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
 }




More information about the arch-commits mailing list