termux-exec should be a dependency of termux-tools

Because it is used by login script and termux-tools is essential anyway.
This commit is contained in:
Leonid Pliushch 2019-07-22 02:05:02 +03:00
parent 1cad26d5d0
commit 026ebfd1c1
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ TERMUX_PKG_REVISION=14
TERMUX_PKG_SRCURL=http://ftp.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=d4d65e7c84da86f3e6dcc933bba46a08db429c9d933b667c864f5c0e880bac0d
# apt-key requires utilities from coreutils, findutils, gpgv, grep, sed.
TERMUX_PKG_DEPENDS="coreutils, dpkg, findutils, gpgv, grep, libc++, libcurl, liblzma, sed, termux-exec, termux-licenses, zlib"
TERMUX_PKG_DEPENDS="coreutils, dpkg, findutils, gpgv, grep, libc++, libcurl, liblzma, sed, termux-licenses, zlib"
TERMUX_PKG_CONFLICTS="apt-transport-https"
TERMUX_PKG_REPLACES="apt-transport-https"
TERMUX_PKG_RECOMMENDS="game-repo, science-repo"

View File

@ -2,8 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://termux.com/
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=0.68
TERMUX_PKG_REVISION=1
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
TERMUX_PKG_DEPENDS="termux-am"
TERMUX_PKG_DEPENDS="termux-am, termux-exec"
TERMUX_PKG_CONFLICTS="procps (<< 3.3.15-2)"
TERMUX_PKG_ESSENTIAL=yes
TERMUX_PKG_CONFFILES="etc/motd"