X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/36f928ac3ee92d234f3ffc42e2c1f22db614ac55..5e9a5af58c7baf47d2ef80647bc65c5a23e3fd7f:/packages/vim-python/build.sh diff --git a/packages/vim-python/build.sh b/packages/vim-python/build.sh index 330cfcf5..365ee55e 100755 --- a/packages/vim-python/build.sh +++ b/packages/vim-python/build.sh @@ -1,10 +1,10 @@ -TERMUX_PKG_DESCRIPTION="Vi IMproved - enhanced vi editor" TERMUX_PKG_HOMEPAGE=http://www.vim.org/ +TERMUX_PKG_DESCRIPTION="Vi IMproved - enhanced vi editor" TERMUX_PKG_DEPENDS="ncurses, vim-runtime, python" # vim should only be updated every 50 releases on multiples of 50. # Update both vim and vim-python to the same version in one PR. -TERMUX_PKG_VERSION=8.0.1300 -TERMUX_PKG_SHA256=080e583cbd36900962f032df0d61e89797f6388fc191f32c4f216bae6bcf81a7 +TERMUX_PKG_VERSION=8.0.1600 +TERMUX_PKG_SHA256=a81b475fe8a6044a39f5333ab1e48629979e3327cfbe8124783b65a3335c6caf TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" vim_cv_getcwd_broken=no @@ -42,6 +42,8 @@ vi_cv_var_python3_version=3.6 --with-python3-config-dir=$TERMUX_PREFIX/lib/python3.6/config-3.6m/ " TERMUX_PKG_DESCRIPTION+=" - with python support" +# Remove share/vim/vim80 which is in vim-runtime built as a subpackage of vim: +TERMUX_PKG_RM_AFTER_INSTALL+=" share/vim/vim80" termux_step_pre_configure() { CPPFLAGS+=" -I${TERMUX_PREFIX}/include/python3.6m" }