Update repo

This commit is contained in:
termux-pacman-bot
2025-12-21 17:38:19 +00:00
parent 44d7183e3e
commit 3b039fe317

View File

@@ -151,6 +151,9 @@ check_indentation() {
no_build="$(git log --fixed-strings --grep '%ci:no-build' --pretty=format:%H "$base_commit..")" no_build="$(git log --fixed-strings --grep '%ci:no-build' --pretty=format:%H "$base_commit..")"
check_version() { check_version() {
# !!! vvv TEMPORARY - REMOVE WHEN THIS FUNCTION IS FIXED vvv !!!
return
# !!! ^^^ TEMPORARY - REMOVE WHEN THIS FUNCTION IS FIXED ^^^ !!!
local package_dir="${1%/*}" local package_dir="${1%/*}"
[[ -z "$base_commit" ]] && { [[ -z "$base_commit" ]] && {