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

This reverts commit 03c1693f0994b6be6fe29e5832ce27270fa1c329.
This commit is contained in:
Leonid Pliushch 2020-06-23 15:25:11 +03:00
parent c63bfc22e2
commit 19df87391a
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ 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=(
@ -52,6 +53,7 @@ termux_step_setup_variables() {
science
root
unstable
x11
)
TERMUX_REPO_COMPONENT=(
@ -60,6 +62,7 @@ termux_step_setup_variables() {
stable
stable
main
main
)
if [ "x86_64" = "$TERMUX_ARCH" ] || [ "aarch64" = "$TERMUX_ARCH" ]; then