packages/lua-language-server

This commit is contained in:
termux-pacman-bot
2022-07-06 04:52:48 +00:00
parent 8832410736
commit a5654cf949
2 changed files with 7 additions and 8 deletions

View File

@@ -1,11 +1,10 @@
--- ./3rd/bee.lua/compile/common.lua.orig 2022-04-25 20:22:14.467597473 +0530
+++ ./3rd/bee.lua/compile/common.lua 2022-04-25 20:22:57.767597457 +0530
@@ -42,6 +42,7 @@
--- ./3rd/bee.lua/compile/common.lua.orig 2022-07-06 09:09:29.126611036 +0530
+++ ./3rd/bee.lua/compile/common.lua 2022-07-06 09:10:43.506611007 +0530
@@ -68,6 +68,7 @@
}
},
android = {
+ ldflags = "-landroid-spawn",
sources = {
"!bee/**/*_win.cpp",
"!bee/**/*_osx.cpp",
sources = need {
"linux",
"posix",

View File

@@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE="https://github.com/sumneko/lua-language-server"
TERMUX_PKG_DESCRIPTION="Sumneko Lua Language Server coded in Lua"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Aditya Alok <alok@termux.org>"
TERMUX_PKG_VERSION="3.4.0"
TERMUX_PKG_VERSION="3.4.1"
TERMUX_PKG_GIT_BRANCH="${TERMUX_PKG_VERSION}"
TERMUX_PKG_SRCURL="https://github.com/sumneko/lua-language-server.git"
TERMUX_PKG_DEPENDS="libandroid-spawn"