aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-02-08 15:29:47 -0800
committerJustin M. Keyes <justinkz@gmail.com>2020-02-16 17:24:21 -0800
commit322b2731ed68da322059f634cacf4234ce141332 (patch)
treec93ce03cd430d6e51c9781025ebc9fbe60589ee5
parenta1d6c2f5c9e7834ec6eb087b72354a1257582f3d (diff)
downloadrneovim-322b2731ed68da322059f634cacf4234ce141332.tar.gz
rneovim-322b2731ed68da322059f634cacf4234ce141332.tar.bz2
rneovim-322b2731ed68da322059f634cacf4234ce141332.zip
deps: lua-client 0.2.2-1
-rw-r--r--third-party/cmake/BuildLuarocks.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake
index 4b1b94a46b..c5595bf840 100644
--- a/third-party/cmake/BuildLuarocks.cmake
+++ b/third-party/cmake/BuildLuarocks.cmake
@@ -217,10 +217,10 @@ if(USE_BUNDLED_BUSTED)
endif()
add_custom_target(luv DEPENDS ${ROCKS_DIR}/luv)
- # nvim-client
+ # nvim-client: https://github.com/neovim/lua-client
add_custom_command(OUTPUT ${ROCKS_DIR}/nvim-client
COMMAND ${LUAROCKS_BINARY}
- ARGS build nvim-client 0.2.0-1 ${LUAROCKS_BUILDARGS}
+ ARGS build nvim-client 0.2.2-1 ${LUAROCKS_BUILDARGS}
DEPENDS luv)
add_custom_target(nvim-client DEPENDS ${ROCKS_DIR}/nvim-client)