build-package.sh: fast builds (-i/-I): disable X11 repository temporarily

This commit is contained in:
Leonid Pliushch 2020-06-22 20:02:07 +03:00
parent 1771b69888
commit 6d40bba10d

View File

@ -44,7 +44,6 @@ termux_step_setup_variables() {
https://dl.bintray.com/grimler/science-packages-24
https://dl.bintray.com/grimler/termux-root-packages-24
https://dl.bintray.com/xeffyr/unstable-packages
https://dl.bintray.com/xeffyr/x11-packages
)
TERMUX_REPO_DISTRIBUTION=(
@ -53,7 +52,6 @@ termux_step_setup_variables() {
science
root
unstable
x11
)
TERMUX_REPO_COMPONENT=(
@ -62,7 +60,6 @@ termux_step_setup_variables() {
stable
stable
main
main
)
if [ "x86_64" = "$TERMUX_ARCH" ] || [ "aarch64" = "$TERMUX_ARCH" ]; then