Skip to content

Commit

Permalink
{root,game,science}-repo: use mirror instead of bintray
Browse files Browse the repository at this point in the history
Use https://grimler.se directly since bintray repositories can no
longer be updated at the end of February, see
#6348

Same change as already done for x11-repo and unstable-repo.
  • Loading branch information
Grimler91 committed Feb 7, 2021
1 parent 0a3a272 commit 77b74b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions packages/game-repo/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ TERMUX_PKG_HOMEPAGE=https:/termux/game-packages
TERMUX_PKG_DESCRIPTION="Package repository containing games for termux"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=1.2
TERMUX_PKG_VERSION=1.3
TERMUX_PKG_DEPENDS="termux-keyring"
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_CONFFILES="etc/apt/sources.list.d/game.list"

termux_step_make_install() {
mkdir -p $TERMUX_PREFIX/etc/apt/sources.list.d
echo "deb https://dl.bintray.com/grimler/game-packages-24 games stable" > $TERMUX_PREFIX/etc/apt/sources.list.d/game.list
echo "deb https://grimler.se/game-packages-24 games stable" > $TERMUX_PREFIX/etc/apt/sources.list.d/game.list
}

termux_step_create_debscripts() {
Expand Down
5 changes: 2 additions & 3 deletions packages/root-repo/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ TERMUX_PKG_HOMEPAGE=https:/termux/termux-root-packages
TERMUX_PKG_DESCRIPTION="Package repository containing programs for rooted devices"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=1.6
TERMUX_PKG_VERSION=1.7
TERMUX_PKG_DEPENDS="termux-keyring"
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_CONFFILES="etc/apt/sources.list.d/root.list"

termux_step_make_install() {
mkdir -p $TERMUX_PREFIX/etc/apt/sources.list.d
echo "deb https://dl.bintray.com/grimler/termux-root-packages-24 root stable" > $TERMUX_PREFIX/etc/apt/sources.list.d/root.list
echo "deb https://grimler.se/termux-root-packages-24 root stable" > $TERMUX_PREFIX/etc/apt/sources.list.d/root.list
}

termux_step_create_debscripts() {
Expand Down
5 changes: 2 additions & 3 deletions packages/science-repo/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ TERMUX_PKG_HOMEPAGE=https:/termux/science-packages
TERMUX_PKG_DESCRIPTION="Package repository containing science software"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=1.1
TERMUX_PKG_VERSION=1.2
TERMUX_PKG_DEPENDS="termux-keyring"
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_CONFFILES="etc/apt/sources.list.d/science.list"

termux_step_make_install() {
mkdir -p $TERMUX_PREFIX/etc/apt/sources.list.d
echo "deb https://dl.bintray.com/grimler/science-packages-24 science stable" > $TERMUX_PREFIX/etc/apt/sources.list.d/science.list
echo "deb https://grimler.se/science-packages-24 science stable" > $TERMUX_PREFIX/etc/apt/sources.list.d/science.list
}

termux_step_create_debscripts() {
Expand Down

0 comments on commit 77b74b0

Please sign in to comment.