termux-tools: fix repo component names for "x11" & "unstable"

This commit is contained in:
Leonid Pliushch 2020-03-29 21:29:21 +03:00
parent c2dc8dfe5c
commit cf701debba
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://termux.com/
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=0.76
TERMUX_PKG_VERSION=0.77
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -53,8 +53,8 @@ select_repository() {
replace_repository sources.list.d/game.list $GAME "games stable" "$2" "Game repository"
replace_repository sources.list.d/root.list $ROOT "root stable" "$2" "Root repository"
replace_repository sources.list.d/science.list $SCIENCE "science stable" "$2" "Science repository"
replace_repository sources.list.d/unstable.list $UNSTABLE "unstable stable" "$2" "Unstable repository"
replace_repository sources.list.d/x11.list $X11 "x11 stable" "$2" "X11 repository"
replace_repository sources.list.d/unstable.list $UNSTABLE "unstable main" "$2" "Unstable repository"
replace_repository sources.list.d/x11.list $X11 "x11 main" "$2" "X11 repository"
}
replace_repository() {