From 8114ea34aef5d50c05787d1760920f3b87bc2492 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 31 Jan 2021 23:32:40 +0200 Subject: [PATCH] teleport-tsh: fix description Any reason to add a duplicate space in description when UPDATING (!) package version? --- packages/teleport-tsh/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/teleport-tsh/build.sh b/packages/teleport-tsh/build.sh index a66aade0b..7f626c797 100644 --- a/packages/teleport-tsh/build.sh +++ b/packages/teleport-tsh/build.sh @@ -1,8 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/gravitational/teleport -TERMUX_PKG_DESCRIPTION="Secure Access for Developers that doesn't get in the way" +TERMUX_PKG_DESCRIPTION="Secure Access for Developers that doesn't get in the way" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=5.1.2 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SKIP_SRC_EXTRACT=true termux_step_make_install() {