diff --git a/build-package.sh b/build-package.sh index 46b84b4e3..9bf37088c 100755 --- a/build-package.sh +++ b/build-package.sh @@ -333,8 +333,8 @@ termux_step_setup_variables() { : "${TERMUX_PKG_MAINTAINER:="Fredrik Fornwall @fornwall"}" if [ -z ${TERMUX_REPO_URL+x} ]; then - TERMUX_REPO_URL=(https://termux.net/dists) - # TERMUX_REPO_URL=(https://termux.net/dists https://grimler.se/dists https://dl.bintray.com/xeffyr/unstable-packages/dists) + TERMUX_REPO_URL=(https://termux.net) + # TERMUX_REPO_URL=(https://termux.net https://grimler.se https://dl.bintray.com/xeffyr/unstable-packages) fi if [ -z ${TERMUX_REPO_DISTRIBUTION+x} ]; then TERMUX_REPO_DISTRIBUTION=(stable)