chore(main/ccls): force disable auto updates

Auto-updater script can not update git commit hash of package, it can work only with version.
[no ci]
This commit is contained in:
termux-pacman-bot
2024-05-08 12:45:37 +00:00
parent 74c9f9f278
commit 2a2555508d

View File

@@ -7,6 +7,7 @@ _COMMIT_DATE=2024.02.02
TERMUX_PKG_VERSION=0.${_COMMIT_DATE//./}
TERMUX_PKG_SRCURL=git+https://github.com/MaskRay/ccls.git
TERMUX_PKG_GIT_BRANCH=master
TERMUX_PKG_AUTO_UPDATE=false
# clang is for libclang-cpp.so
TERMUX_PKG_DEPENDS="clang, libc++, libllvm"
TERMUX_PKG_BUILD_DEPENDS="rapidjson, libllvm-static"