From aca61b0562722e72ea41f52540f548fcabddb9ca Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 27 Feb 2019 23:04:22 +0100 Subject: [PATCH] gnuplot: Remove extra TERMUX_PKG_REVISION assignment --- packages/gnuplot/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/gnuplot/build.sh b/packages/gnuplot/build.sh index bfd728a37..1842a1bfa 100644 --- a/packages/gnuplot/build.sh +++ b/packages/gnuplot/build.sh @@ -8,7 +8,6 @@ TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/project/gnuplot/gnuplot/${TE TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-x --with-lua=no --with-bitmap-terminals" TERMUX_PKG_DEPENDS="libandroid-support, readline, pango, libgd" TERMUX_PKG_HOSTBUILD=yes -TERMUX_PKG_REVISION=1 termux_step_host_build() { "$TERMUX_PKG_SRCDIR/configure"