From b760237d8831071490ed9585dc7a8083c940ca2c Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Thu, 3 Feb 2022 14:26:17 +0530 Subject: [PATCH] 2048-c: Fix description string This basically broke the JSON data for repology which made Repology to not reflect any changes in the repo --- packages/2048-c/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/2048-c/build.sh b/packages/2048-c/build.sh index f0b92c1d8..ab12180f3 100644 --- a/packages/2048-c/build.sh +++ b/packages/2048-c/build.sh @@ -1,9 +1,10 @@ TERMUX_PKG_HOMEPAGE=https://github.com/mevdschee/2048.c -TERMUX_PKG_DESCRIPTION="Console version of the game \"2048\" for GNU/Linux" +TERMUX_PKG_DESCRIPTION="Console version of the game '2048' for GNU/Linux" TERMUX_PKG_LICENSE="MIT" _COMMIT=bdb7527db2c4b5ce5eb8b8067ed9c0330ead77ea TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=2021.04.22 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/mevdschee/2048.c.git TERMUX_PKG_GIT_BRANCH=main TERMUX_PKG_BUILD_IN_SRC=true