Browse Source

hunspell: Bump revision after patch

android-5
Fredrik Fornwall 8 years ago
parent
commit
982ce4905b
  1. 2
      packages/hunspell/build.sh
  2. 2
      packages/hunspell/hunspell-chenc.patch

2
packages/hunspell/build.sh

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://hunspell.github.io TERMUX_PKG_HOMEPAGE=https://hunspell.github.io
TERMUX_PKG_DESCRIPTION="Spell checker" TERMUX_PKG_DESCRIPTION="Spell checker"
TERMUX_PKG_VERSION=1.6.1 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_SRCURL=https://github.com/hunspell/hunspell/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49 TERMUX_PKG_SHA256=30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ui --with-readline" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ui --with-readline"

2
packages/hunspell/hunspell-chenc.patch

@ -1,3 +1,5 @@
See https://github.com/hunspell/hunspell/pull/521
Fix chenc and its usages Fix chenc and its usages
chenc was changing buffer it was passed to. This caused untrackable chenc was changing buffer it was passed to. This caused untrackable
multiple conversions of token and possibly other variables. multiple conversions of token and possibly other variables.

Loading…
Cancel
Save