From 1bfb1b9897cc2c23665bfadfb1a2523797237e07 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Wed, 19 Jun 2019 23:56:55 +0300 Subject: [PATCH] hunspell: bump revision --- packages/hunspell/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/hunspell/build.sh b/packages/hunspell/build.sh index cc53698e1..bfdec8056 100644 --- a/packages/hunspell/build.sh +++ b/packages/hunspell/build.sh @@ -2,11 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://hunspell.github.io TERMUX_PKG_DESCRIPTION="Spell checker" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_VERSION=1.7.0 -TERMUX_PKG_REVISION=3 -TERMUX_PKG_SHA256=bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a +TERMUX_PKG_REVISION=4 TERMUX_PKG_SRCURL=https://github.com/hunspell/hunspell/archive/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a +TERMUX_PKG_DEPENDS="libc++, libiconv, ncurses, readline, hunspell-en-us" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ui --with-readline" -TERMUX_PKG_DEPENDS="libiconv, ncurses, readline, hunspell-en-us" TERMUX_PKG_BUILD_IN_SRC=yes termux_step_pre_configure() {