From 1e747db52b38cf0a42f941a6904a271280d5ab36 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Sun, 13 Mar 2022 10:37:24 +0100 Subject: [PATCH] apt: add {game,science,unstable}-repo to TERMUX_PKG_CONFLICTS To force their removal. --- packages/apt/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/apt/build.sh b/packages/apt/build.sh index 59f6d729d..0b0de1617 100644 --- a/packages/apt/build.sh +++ b/packages/apt/build.sh @@ -3,12 +3,13 @@ TERMUX_PKG_DESCRIPTION="Front-end for the dpkg package manager" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=2.4.1 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://deb.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=4a2bb326b6ab5ca35a7a6e7bee5fe3f41d32fe98e464b4ba32f93d3835aac7e7 # 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-keyring, termux-licenses, xxhash, zlib" TERMUX_PKG_BUILD_DEPENDS="docbook-xsl" -TERMUX_PKG_CONFLICTS="apt-transport-https, libapt-pkg" +TERMUX_PKG_CONFLICTS="apt-transport-https, libapt-pkg, unstable-repo, game-repo, science-repo" TERMUX_PKG_REPLACES="apt-transport-https, libapt-pkg, unstable-repo, game-repo, science-repo" TERMUX_PKG_PROVIDES="unstable-repo, game-repo, science-repo" TERMUX_PKG_SUGGESTS="gnupg, x11-repo"