hunspell: Bump revision after patch
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 14 Aug 2017 22:03:53 +0000 (00:03 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 14 Aug 2017 22:03:53 +0000 (00:03 +0200)
packages/hunspell/build.sh
packages/hunspell/hunspell-chenc.patch

index 690b7f1..214aaa1 100644 (file)
@@ -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"
index c5a56f0..f053d60 100644 (file)
@@ -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.