aboutsummaryrefslogtreecommitdiffstats
path: root/main/hunspell
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-08 14:12:13 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-11 11:59:51 +0000
commit7fa1cb77166ded70ed850971d9b78ac223e5bdd6 (patch)
treed4826796dfb24fbc9c755fe44f6ab259bdab57c1 /main/hunspell
parent9df9f810deb0df8fe3b52e002682d545687e344a (diff)
downloadaports-7fa1cb77166ded70ed850971d9b78ac223e5bdd6.tar.bz2
aports-7fa1cb77166ded70ed850971d9b78ac223e5bdd6.tar.xz
main/hunspell: upgrade to 1.7.0
Diffstat (limited to 'main/hunspell')
-rw-r--r--main/hunspell/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD
index cdd09a8deb..9e1973b579 100644
--- a/main/hunspell/APKBUILD
+++ b/main/hunspell/APKBUILD
@@ -1,15 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hunspell
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.7.0
+pkgrel=0
pkgdesc="Spell checker and morphological analyzer library and program"
url="https://hunspell.github.io/"
arch="all"
license="GPL-2.0-or-later LGPL-2.0-or-later MPL-1.1"
-subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
+subpackages="$pkgname-dev $pkgname-doc $pkgname-lang lib$pkgname:libs"
makedepends="gettext-dev ncurses-dev readline-dev autoconf automake libtool"
source="$pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
prepare() {
cd "$builddir"
@@ -40,4 +39,4 @@ package() {
make -j1 DESTDIR="$pkgdir" install
}
-sha512sums="a23127f1271da95ac06a1fb2f57b659485e959567b61da05b2bb350684003a0fb7e882b5e524c465fd890f79f513ed03174f38611989a1c09081147c47d6da11 hunspell-1.6.2.tar.gz"
+sha512sums="8149b2e8b703a0610c9ca5160c2dfad3cf3b85b16b3f0f5cfcb7ebb802473b2d499e8e2d0a637a97a37a24d62424e82d3880809210d3f043fa17a4970d47c903 hunspell-1.7.0.tar.gz"