chore(x11/simulide): force disable auto updates [no ci]

This is needed to avoid auto-updater script warnings.
Updating requires manual commit selection, auto updater can not do that.
This commit is contained in:
Twaik Yont 2023-10-21 22:46:59 +03:00 committed by GitHub
parent daa3d02d19
commit 8b7ca4b684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ _COMMIT=4bf26bc839147551a00938aa2949012681a3e046
TERMUX_PKG_VERSION=2021.11.04
TERMUX_PKG_SRCURL=git+https://github.com/SimulIDE/SimulIDE
TERMUX_PKG_SHA256=253fb33e504d2735f425d2bcefed384c3d090feb413920735dbff0415d27620a
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_GIT_BRANCH=master
TERMUX_PKG_DEPENDS="libc++, libelf, qt5-qtbase, qt5-qtmultimedia, qt5-qtscript, qt5-qtserialport, qt5-qtsvg"
TERMUX_PKG_BUILD_DEPENDS="qt5-qtbase-cross-tools, qt5-qttools-cross-tools"