From c5eeff5b0b8376351c2ba767d16e05d4c2bc755d Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 24 Dec 2020 16:45:21 +0200 Subject: [PATCH] apt: add xxhash as dependency --- packages/apt/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apt/build.sh b/packages/apt/build.sh index adb0ab244..7b3e3cb34 100644 --- a/packages/apt/build.sh +++ b/packages/apt/build.sh @@ -7,7 +7,7 @@ TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=http://deb.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=cc61d7216ec3c4b901a070fc14887200120464ac3538653ce0c06412bdbc8b49 # 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, zlib" +TERMUX_PKG_DEPENDS="coreutils, dpkg, findutils, gpgv, grep, libandroid-glob, libbz2, libc++, libcurl, libgnutls, liblz4, liblzma, sed, termux-licenses, xxhash, zlib" TERMUX_PKG_CONFLICTS="apt-transport-https, libapt-pkg" TERMUX_PKG_REPLACES="apt-transport-https, libapt-pkg" TERMUX_PKG_RECOMMENDS="game-repo, science-repo"