From cc842fa54aac3f9dede293eb383113df792876cf Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 13 Mar 2017 22:41:37 +0100 Subject: [PATCH 1/1] hunspell-en-us: Fix build to always include files Closes #838. --- packages/hunspell-en-us/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/hunspell-en-us/build.sh b/packages/hunspell-en-us/build.sh index cf6f5d3b..81ce7d04 100644 --- a/packages/hunspell-en-us/build.sh +++ b/packages/hunspell-en-us/build.sh @@ -1,6 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://hunspell.github.io TERMUX_PKG_DESCRIPTION="American english dictionary for hunspell" TERMUX_PKG_VERSION=2017.03.03 +TERMUX_PKG_REVISION=1 TERMUX_PKG_PLATFORM_INDEPENDENT=yes termux_step_make_install () { @@ -15,4 +16,5 @@ termux_step_make_install () { termux_download https://cgit.freedesktop.org/libreoffice/dictionaries/plain/en/en_US.dic \ $TERMUX_PREFIX/share/hunspell/en_US.dic \ 8cbce08a66fcd4dd32eadcff2def2653b94863c2e2be1851c6e612558153b076 + touch $TERMUX_PREFIX/share/hunspell/en_US.{aff,dic} } -- 2.11.0