chore(main/lfortran): force disable auto updates [no ci]

This is needed to avoid auto-updater script warnings.
The package is too complex for automatic updates.
This commit is contained in:
Twaik Yont 2023-10-11 09:08:54 +03:00 committed by GitHub
parent 3c2296dd77
commit 26b4c16646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.19.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=git+https://github.com/lfortran/lfortran
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_DEPENDS="clang, libandroid-complex-math, libc++, ncurses, zlib, zstd"
TERMUX_PKG_BUILD_DEPENDS="libllvm-static"
TERMUX_PKG_SUGGESTS="libkokkos"