apt: depends on termux-keyring
packages.termux.org is the primary Termux packages server for now and it uses signature key available only in termux-keyring.
This commit is contained in:
parent
f25b989d6f
commit
d20e2c2b80
@ -3,11 +3,11 @@ TERMUX_PKG_DESCRIPTION="Front-end for the dpkg package manager"
|
|||||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||||
TERMUX_PKG_MAINTAINER="@termux"
|
TERMUX_PKG_MAINTAINER="@termux"
|
||||||
TERMUX_PKG_VERSION=2.3.13
|
TERMUX_PKG_VERSION=2.3.13
|
||||||
TERMUX_PKG_REVISION=3
|
TERMUX_PKG_REVISION=4
|
||||||
TERMUX_PKG_SRCURL=https://deb.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz
|
TERMUX_PKG_SRCURL=https://deb.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz
|
||||||
TERMUX_PKG_SHA256=e519e55f1015d656425e68f8c7c7bebd1908df3ac87836eb6e7b6b58ce3f965d
|
TERMUX_PKG_SHA256=e519e55f1015d656425e68f8c7c7bebd1908df3ac87836eb6e7b6b58ce3f965d
|
||||||
# apt-key requires utilities from coreutils, findutils, gpgv, grep, sed.
|
# 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_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_BUILD_DEPENDS="docbook-xsl"
|
||||||
TERMUX_PKG_CONFLICTS="apt-transport-https, libapt-pkg"
|
TERMUX_PKG_CONFLICTS="apt-transport-https, libapt-pkg"
|
||||||
TERMUX_PKG_REPLACES="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"
|
||||||
|
Loading…
Reference in New Issue
Block a user