python-neovim: update to 0.2.6. (#14072)

This commit is contained in:
maxice8 2018-05-21 07:19:18 -03:00 committed by Alessio Sergi
parent 87b3d8aa90
commit cfcc93bc35
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ python3-neovim_package() {
pycompile_module="neovim"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vmove "usr/lib/python3*"
}
}