[arch-commits] Commit in aspell-pl/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Mar 28 10:20:39 UTC 2015
Date: Saturday, March 28, 2015 @ 11:20:38
Author: jlichtblau
Revision: 130087
upgpkg: aspell-pl 20150328-1
Modified:
aspell-pl/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-28 10:16:00 UTC (rev 130086)
+++ PKGBUILD 2015-03-28 10:20:38 UTC (rev 130087)
@@ -2,9 +2,10 @@
# Maintainer: Bartłomiej Piotrowski <barthalion at gmail.com>
# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
# Contributor: Arkadiusz Laczynski <alaczynski at gmail.com>
+# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
pkgname=aspell-pl
-pkgver=20130705
+pkgver=20150328
pkgrel=1
pkgdesc='Polish dictionary for aspell'
arch=('i686' 'x86_64')
@@ -11,11 +12,12 @@
url="http://www.sjp.pl/slownik/en/"
license=('GPL' 'LGPL' 'MPL')
depends=('aspell')
-source=(https://sources.archlinux.org/other/community/$pkgname/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('977708b770709d55909b23be2851af10')
+source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
+md5sums=('c394e387a4b3b500e870d3a191e87f10')
build() {
cd aspell6-pl-6.0_$pkgver-0
+
./configure
make
}
@@ -22,5 +24,6 @@
package() {
cd aspell6-pl-6.0_$pkgver-0
+
make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list