From a420c20aff19400d6841e255a1fb34594d22d371 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 20 May 2019 00:27:28 +0300 Subject: [PATCH] xterm: bump version Try to exclude xterm from outdated packages check on Repology. Our "xterm" is just a shell wrapper for "aterm". --- x11-packages/xterm/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-packages/xterm/build.sh b/x11-packages/xterm/build.sh index cbff17f45..8adc96f42 100644 --- a/x11-packages/xterm/build.sh +++ b/x11-packages/xterm/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/x11-packages TERMUX_PKG_DESCRIPTION="A compatibility wrapper for Aterm" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="Leonid Plyushch " -TERMUX_PKG_VERSION=1.1 +TERMUX_PKG_VERSION=9999 TERMUX_PKG_DEPENDS="aterm" TERMUX_PKG_PLATFORM_INDEPENDENT=true