From 386d2816cacbf95d65548d577c994f9aea19c269 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 25 May 2021 14:35:01 +0300 Subject: [PATCH] xfce4-panel-profiles: avoid unnecessary variables in build.sh --- x11-packages/xfce4-panel-profiles/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-packages/xfce4-panel-profiles/build.sh b/x11-packages/xfce4-panel-profiles/build.sh index b0d375567..df1c3ea26 100644 --- a/x11-packages/xfce4-panel-profiles/build.sh +++ b/x11-packages/xfce4-panel-profiles/build.sh @@ -1,9 +1,8 @@ TERMUX_PKG_HOMEPAGE=https://docs.xfce.org/apps/xfce4-panel-profiles/start TERMUX_PKG_DESCRIPTION="a simple application to manage Xfce panel layouts. " TERMUX_PKG_LICENSE="GPL-2.0" -_MAJOR_VERSION=1.0 -TERMUX_PKG_VERSION=$_MAJOR_VERSION.13 -TERMUX_PKG_SRCURL=https://archive.xfce.org/src/apps/xfce4-panel-profiles/$_MAJOR_VERSION/xfce4-panel-profiles-$TERMUX_PKG_VERSION.tar.bz2 +TERMUX_PKG_VERSION=1.0.13 +TERMUX_PKG_SRCURL=https://archive.xfce.org/src/apps/xfce4-panel-profiles/${TERMUX_PKG_VERSION:0:3}/xfce4-panel-profiles-$TERMUX_PKG_VERSION.tar.bz2 TERMUX_PKG_SHA256=bc387c13f94109422dc72b0fcb919b0dc11619ba589d03e492252b0d2513b170 TERMUX_PKG_DEPENDS="xfce4-panel, python" termux_step_configure() {