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:
parent
7aa03f39d8
commit
ed351084a0
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user