chore(x11/oneko-sakura): force disable auto updates [no ci]

The package is built from master, without specifying a commit. Updater script does not handle that, and it should not.
This is needed to avoid auto-updater script warnings.
This commit is contained in:
Twaik Yont 2023-10-20 15:17:40 +03:00 committed by GitHub
parent 18e78f4efb
commit 02a671f55a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ TERMUX_PKG_LICENSE="Public Domain"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.2.sakura.6"
TERMUX_PKG_SRCURL=git+https://github.com/tie/oneko
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_GIT_BRANCH=master
TERMUX_PKG_DEPENDS="libx11,libxext,xorgproto"
TERMUX_CMAKE_BUILD="Unix Makefiles"