aboutsummaryrefslogtreecommitdiffstats
path: root/main/hunspell/APKBUILD
diff options
context:
space:
mode:
authortmpfile <tmpfile@users.noreply.github.com>2017-09-07 09:29:06 -0300
committerTimo Teräs <timo.teras@iki.fi>2017-09-08 08:37:01 +0000
commit162941d08c4cb20fef1d7045711be48d88e78340 (patch)
treea486fae95ee224fd5e8e56ac34b54ac575c64fe0 /main/hunspell/APKBUILD
parent88a359be5d6bc6aa690308d941dc5c13c450d3ad (diff)
main/hunspell: upgrade to 1.6.2
Diffstat (limited to 'main/hunspell/APKBUILD')
-rw-r--r--main/hunspell/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD
index 65eb54bfe38..acc28a92168 100644
--- a/main/hunspell/APKBUILD
+++ b/main/hunspell/APKBUILD
@@ -1,18 +1,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hunspell
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=0
pkgdesc="Spell checker and morphological analyzer library and program"
-url="http://hunspell.github.io/"
+url="https://hunspell.github.io/"
arch="all"
license="GPL2+ LGPL2+ MPL 1.1"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-depends=""
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
- "
+source="$pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v$pkgver.tar.gz"
+builddir="$srcdir/$pkgname-$pkgver"
-builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$builddir"
default_prepare
@@ -37,4 +35,4 @@ package() {
make -j1 DESTDIR="$pkgdir" install
}
-sha512sums="39b096ec1f5226f13eaf241647fc9b49a6dad04945ae0bcdc61ba845d66d67d64a72ba4287b6f376b5ad053b5d0e1d42a42415c30521c50693f0544718029458 hunspell-1.6.1.tar.gz"
+sha512sums="a23127f1271da95ac06a1fb2f57b659485e959567b61da05b2bb350684003a0fb7e882b5e524c465fd890f79f513ed03174f38611989a1c09081147c47d6da11 hunspell-1.6.2.tar.gz"