From b6f3ce31dc7001b8d239a26e9d5340796d844d41 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 25 May 2021 14:33:18 +0300 Subject: [PATCH] xfce4-datetime-plugin: avoid unnecessary variables in build.sh --- x11-packages/xfce4-datetime-plugin/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-packages/xfce4-datetime-plugin/build.sh b/x11-packages/xfce4-datetime-plugin/build.sh index df44fdfb0..55e117c5e 100644 --- a/x11-packages/xfce4-datetime-plugin/build.sh +++ b/x11-packages/xfce4-datetime-plugin/build.sh @@ -1,8 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin/start TERMUX_PKG_DESCRIPTION="xfce4-datetime-plugin shows the date and time in the panel; when left-clicked, a popup calendar appears. " TERMUX_PKG_LICENSE="GPL-2.0" -_MAJOR_VERSION=0.8 -TERMUX_PKG_VERSION=$_MAJOR_VERSION.1 -TERMUX_PKG_SRCURL=https://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/$_MAJOR_VERSION/xfce4-datetime-plugin-$TERMUX_PKG_VERSION.tar.bz2 +TERMUX_PKG_VERSION=0.8.1 +TERMUX_PKG_SRCURL=https://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/${TERMUX_PKG_VERSION:0:3}/xfce4-datetime-plugin-$TERMUX_PKG_VERSION.tar.bz2 TERMUX_PKG_SHA256=e9f6f15be29ceb5c45718006b46dbd19b89981617d0768b2ef942b5a70af2540 TERMUX_PKG_DEPENDS="libxfce4ui, xfce4-panel"