From 3eef1d4e5e787dede3aa419959c708a8cbb21872 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Sun, 11 Aug 2019 17:09:28 +0300 Subject: [PATCH] termux-exec: fix essential status --- packages/termux-exec/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/termux-exec/build.sh b/packages/termux-exec/build.sh index 4a645b239..59794e7af 100644 --- a/packages/termux-exec/build.sh +++ b/packages/termux-exec/build.sh @@ -2,6 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-exec TERMUX_PKG_DESCRIPTION="An execve() wrapper to make /bin and /usr/bin shebangs work" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_VERSION=0.4 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/termux/termux-exec/archive/v$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=9a8d42d211a7d461d61dcd4e3ef984014c2c2c696cfd6394bae389af13572627 +TERMUX_PKG_ESSENTIAL=yes TERMUX_PKG_BUILD_IN_SRC=yes