From 749a356bf56173ca70ec748c110fcdb8c1ffb72d Mon Sep 17 00:00:00 2001 From: tmpfile Date: Sat, 13 May 2017 12:37:10 -0300 Subject: main/hunspell: upgrade to 1.6.1 --- main/hunspell/APKBUILD | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index e3f920a3ef..65eb54bfe3 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=hunspell -pkgver=1.6.0 -pkgrel=1 +pkgver=1.6.1 +pkgrel=0 pkgdesc="Spell checker and morphological analyzer library and program" url="http://hunspell.github.io/" arch="all" @@ -15,8 +15,8 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v$ builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$builddir" - default_prepare || return 1 - autoreconf -vif || return 1 + default_prepare + autoreconf -vif } build() { @@ -28,16 +28,13 @@ build() { --with-ui \ --with-readline \ --disable-static \ - --without-included-gettext \ - || return 1 - make || return 1 + --without-included-gettext + make } package() { cd "$builddir" - make -j1 DESTDIR="$pkgdir" install || return 1 + make -j1 DESTDIR="$pkgdir" install } -md5sums="047c3feb121261b76dc16cdb62f54483 hunspell-1.6.0.tar.gz" -sha256sums="512e7d2ee69dad0b35ca011076405e56e0f10963a02d4859dbcc4faf53ca68e2 hunspell-1.6.0.tar.gz" -sha512sums="d13e0384654f98f87de61d3d6ec03fe4a0e972b49b7e220083c72c2dd99d169a4854160f7068baa34fe4d4bd85fa5c24b56587827b946fb072a2085173801ca9 hunspell-1.6.0.tar.gz" +sha512sums="39b096ec1f5226f13eaf241647fc9b49a6dad04945ae0bcdc61ba845d66d67d64a72ba4287b6f376b5ad053b5d0e1d42a42415c30521c50693f0544718029458 hunspell-1.6.1.tar.gz" -- cgit v1.2.3