From c92a7a5ff3fc4af9722ae10ea769d47c5e5d396b Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 1 Aug 2021 14:02:00 +0300 Subject: [PATCH] termux-create-package: depend on binutils It needs ar utility --- packages/termux-create-package/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/termux-create-package/build.sh b/packages/termux-create-package/build.sh index ddc23f802..79d3152af 100644 --- a/packages/termux-create-package/build.sh +++ b/packages/termux-create-package/build.sh @@ -3,9 +3,10 @@ TERMUX_PKG_DESCRIPTION="Utility to create Termux packages" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=0.10 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/termux/termux-create-package/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=5a5bda0e66475a4bb25f5a4f6f16a715eea98991bdb9471e84fb6d27488358dd -TERMUX_PKG_DEPENDS="python" +TERMUX_PKG_DEPENDS="binutils, python" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_PLATFORM_INDEPENDENT=true