diff options
Diffstat (limited to 'main/hunspell/APKBUILD')
-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" |