From 81d22d7061a6f4e0ea0af8f0220ed6879e860f46 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 30 Apr 2021 19:59:28 +0300 Subject: [PATCH] x11-repo: moving apt repo to Github Pages As certain x11 packages do not receive enough attention, they often discared from IPFS gateway cache when my node is down causing errors on user side. Hopefully https://github.com/termux/x11-packages-bin would not trigger Github abuse detection mechanism... --- packages/x11-repo/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/x11-repo/build.sh b/packages/x11-repo/build.sh index fdf401aa1..8db5cec3c 100644 --- a/packages/x11-repo/build.sh +++ b/packages/x11-repo/build.sh @@ -2,14 +2,14 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/x11-packages TERMUX_PKG_DESCRIPTION="Package repository containing X11 programs and libraries" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="Leonid Pliushch " -TERMUX_PKG_VERSION=6.0 +TERMUX_PKG_VERSION=7.0 TERMUX_PKG_DEPENDS="termux-keyring" TERMUX_PKG_SKIP_SRC_EXTRACT=true TERMUX_PKG_PLATFORM_INDEPENDENT=true termux_step_make_install() { mkdir -p $TERMUX_PREFIX/etc/apt/sources.list.d - echo "deb https://ipfs.io/ipns/k51qzi5uqu5dgu3homski160l4t4bmp52vb6dbgxb5bda90rewnwg64wnkwxj4 x11 main" > $TERMUX_PREFIX/etc/apt/sources.list.d/x11.list + echo "deb https://termux.com/x11-packages-bin x11 main" > $TERMUX_PREFIX/etc/apt/sources.list.d/x11.list } termux_step_create_debscripts() {