summaryrefslogtreecommitdiff
path: root/community/aspell-pl/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-07-09 21:04:53 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-07-09 21:04:53 -0300
commitfd5ff7e53a5b8dbabc85ab6e2ff1342b85e155b1 (patch)
treed2b16d75c64d947545149f37bda7cdb8873a4770 /community/aspell-pl/PKGBUILD
parent7823c9009a845174746fd0da09af46a138481851 (diff)
parent10aa61ef39e662453e1d817046e359372fe3b326 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/aspell-pl/PKGBUILD community/gloox/PKGBUILD community/libircclient/PKGBUILD community/mashup/PKGBUILD community/omniorb/PKGBUILD community/openbox/PKGBUILD community/patchutils/PKGBUILD community/rxvt-unicode/PKGBUILD extra/mesa/PKGBUILD extra/pygobject2/PKGBUILD extra/qt5/PKGBUILD extra/samba/PKGBUILD extra/tdb/PKGBUILD extra/transmission/PKGBUILD extra/vim/PKGBUILD pcr/python-sfml2/PKGBUILD pcr/python2-sfml2/PKGBUILD
Diffstat (limited to 'community/aspell-pl/PKGBUILD')
-rw-r--r--community/aspell-pl/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/aspell-pl/PKGBUILD b/community/aspell-pl/PKGBUILD
index b46e38cd8..6802622df 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 <barthalion@gmail.com>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: Arkadiusz Laczynski <alaczynski@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' 'mips64el')
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
}