diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-04 14:21:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-04 14:21:07 +0000 |
commit | 814db451499c99120d07cf951b2efce19d4b5232 (patch) | |
tree | 51fcad1834ab86654fe08a276c9c18ddd0a7e66a | |
parent | d95f8000b48c83905223acd10fc5823ba95458c3 (diff) | |
download | aports-814db451499c99120d07cf951b2efce19d4b5232.tar.bz2 aports-814db451499c99120d07cf951b2efce19d4b5232.tar.xz |
main/hunspell: upgrade to 1.2.10
-rw-r--r-- | main/hunspell/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index 029b90326..aea33affb 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" |