From 0ee734e780ad66a252c5ae68e681358110a2bf19 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 25 Oct 2021 20:11:28 +0300 Subject: [PATCH] apt: don't suggest unstable-repo but replace it --- packages/apt/build.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/apt/build.sh b/packages/apt/build.sh index eba3b219e..29f5650ad 100644 --- a/packages/apt/build.sh +++ b/packages/apt/build.sh @@ -3,16 +3,17 @@ TERMUX_PKG_DESCRIPTION="Front-end for the dpkg package manager" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=2.3.11 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://deb.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=cc0c5b24240176e333b11bce1a7ac528ae263317d137ceeebad3ec2d8682cb91 # apt-key requires utilities from coreutils, findutils, gpgv, grep, sed. TERMUX_PKG_DEPENDS="coreutils, dpkg, findutils, gpgv, grep, libandroid-glob, libbz2, libc++, libcurl, libgnutls, liblz4, liblzma, sed, termux-licenses, xxhash, zlib" TERMUX_PKG_BUILD_DEPENDS="docbook-xsl" +TERMUX_PKG_BREAKS="unstable-repo" TERMUX_PKG_CONFLICTS="apt-transport-https, libapt-pkg" -TERMUX_PKG_REPLACES="apt-transport-https, libapt-pkg" +TERMUX_PKG_REPLACES="apt-transport-https, libapt-pkg, unstable-repo" TERMUX_PKG_RECOMMENDS="game-repo, science-repo" -TERMUX_PKG_SUGGESTS="gnupg, unstable-repo, x11-repo" +TERMUX_PKG_SUGGESTS="gnupg, x11-repo" TERMUX_PKG_ESSENTIAL=true TERMUX_PKG_CONFFILES="