termux_step_setup_variables: no need to check termux-{games,science}

Since these repositories have been merged into the main repository
there is no need to check them for dependencies.
This commit is contained in:
Henrik Grimler 2021-12-04 16:18:14 +01:00
parent 7aa03f39d8
commit ed351084a0
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 0 additions and 6 deletions

View File

@ -34,16 +34,12 @@ termux_step_setup_variables() {
TERMUX_REPO_URL=(
https://packages-cf.termux.org/apt/termux-main
https://packages-cf.termux.org/apt/termux-games
https://packages-cf.termux.org/apt/termux-science
https://packages-cf.termux.org/apt/termux-root
https://packages-cf.termux.org/apt/termux-x11
)
TERMUX_REPO_DISTRIBUTION=(
stable
games
science
root
x11
)
@ -51,8 +47,6 @@ termux_step_setup_variables() {
TERMUX_REPO_COMPONENT=(
main
stable
stable
stable
main
)