From 982ce4905ba9400038e37867ef25286c4f202664 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 15 Aug 2017 00:03:53 +0200 Subject: [PATCH] hunspell: Bump revision after patch --- packages/hunspell/build.sh | 2 +- packages/hunspell/hunspell-chenc.patch | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/hunspell/build.sh b/packages/hunspell/build.sh index 690b7f1a..214aaa16 100644 --- a/packages/hunspell/build.sh +++ b/packages/hunspell/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://hunspell.github.io TERMUX_PKG_DESCRIPTION="Spell checker" TERMUX_PKG_VERSION=1.6.1 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://github.com/hunspell/hunspell/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ui --with-readline" diff --git a/packages/hunspell/hunspell-chenc.patch b/packages/hunspell/hunspell-chenc.patch index c5a56f0a..f053d608 100644 --- a/packages/hunspell/hunspell-chenc.patch +++ b/packages/hunspell/hunspell-chenc.patch @@ -1,3 +1,5 @@ +See https://github.com/hunspell/hunspell/pull/521 + Fix chenc and its usages chenc was changing buffer it was passed to. This caused untrackable multiple conversions of token and possibly other variables. -- 2.11.0