vim: correctly split vim-runtime files

Previous commit was no-op...
This commit is contained in:
Leonid Pliushch 2019-12-21 13:27:30 +02:00
parent e41cab7c9f
commit b53d98d3f7
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ TERMUX_PKG_RECOMMENDS="diffutils"
# 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.2.0000
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=8a72323817210daf40abe545bdf7637591b9b541a0fb3560baed76e436132dba
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="

View File

@ -1,3 +1,3 @@
TERMUX_SUBPKG_INCLUDE="share/vim/vim81"
TERMUX_SUBPKG_INCLUDE="share/vim/vim82"
TERMUX_SUBPKG_DESCRIPTION="Vi IMproved - Runtime files"
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=true