aboutsummaryrefslogtreecommitdiffstats
path: root/main/hunspell/APKBUILD
diff options
context:
space:
mode:
authortmpfile <tmpfile@users.noreply.github.com>2017-05-13 12:37:10 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-06 20:05:40 +0000
commit749a356bf56173ca70ec748c110fcdb8c1ffb72d (patch)
treef7f401836d3a58ad0d61c4507315ad61b656d13d /main/hunspell/APKBUILD
parent91ed7342cbe6233b324053ceb41bbeaf18142746 (diff)
main/hunspell: upgrade to 1.6.1
Diffstat (limited to 'main/hunspell/APKBUILD')
-rw-r--r--main/hunspell/APKBUILD19
1 files changed, 8 insertions, 11 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD
index e3f920a3ef8..65eb54bfe38 100644
--- a/main/hunspell/APKBUILD
+++ b/main/hunspell/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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"