aboutsummaryrefslogtreecommitdiffstats
path: root/main/hunspell
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-05-04 14:21:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-05-04 14:21:07 +0000
commit814db451499c99120d07cf951b2efce19d4b5232 (patch)
tree51fcad1834ab86654fe08a276c9c18ddd0a7e66a /main/hunspell
parentd95f8000b48c83905223acd10fc5823ba95458c3 (diff)
downloadaports-814db451499c99120d07cf951b2efce19d4b5232.tar.bz2
aports-814db451499c99120d07cf951b2efce19d4b5232.tar.xz
main/hunspell: upgrade to 1.2.10
Diffstat (limited to 'main/hunspell')
-rw-r--r--main/hunspell/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD
index 029b903266..aea33affb6 100644
--- a/main/hunspell/APKBUILD
+++ b/main/hunspell/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hunspell
-pkgver=1.2.8
-pkgrel=1
+pkgver=1.2.10
+pkgrel=0
pkgdesc="Spell checker and morphological analyzer library and program"
url="http://hunspell.sourceforge.net/"
license="GPL LGPL MPL"
@@ -19,7 +19,7 @@ build ()
package() {
cd "$srcdir/hunspell-$pkgver"
- make DESTDIR="$pkgdir" install || return 1
+ make -j1 DESTDIR="$pkgdir" install || return 1
rm -rf "$pkgdir"/usr/share/locale/locale.alias
}
-md5sums="1177af54a09e320d2c24015f29c3a93e hunspell-1.2.8.tar.gz"
+md5sums="cc701ae1015e5442e85d592c325ea8aa hunspell-1.2.10.tar.gz"