From 2d361c6ab81399038c79baa3d7be060f1c9101b0 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 25 May 2021 14:34:02 +0300 Subject: [PATCH] xfce4-mailwatch-plugin: avoid unnecessary variables in build.sh --- x11-packages/xfce4-mailwatch-plugin/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-packages/xfce4-mailwatch-plugin/build.sh b/x11-packages/xfce4-mailwatch-plugin/build.sh index beaec20c4..fbfb645da 100644 --- a/x11-packages/xfce4-mailwatch-plugin/build.sh +++ b/x11-packages/xfce4-mailwatch-plugin/build.sh @@ -1,8 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin/start TERMUX_PKG_DESCRIPTION="Xfce4 Mailwatch Plugin is a multi-protocol, multi-mailbox mail watcher for the Xfce4 panel. " TERMUX_PKG_LICENSE="GPL-2.0" -_MAJOR_VERSION=1.3 -TERMUX_PKG_VERSION=$_MAJOR_VERSION.0 -TERMUX_PKG_SRCURL=https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/$_MAJOR_VERSION/xfce4-mailwatch-plugin-$TERMUX_PKG_VERSION.tar.bz2 +TERMUX_PKG_VERSION=1.3.0 +TERMUX_PKG_SRCURL=https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${TERMUX_PKG_VERSION:0:3}/xfce4-mailwatch-plugin-$TERMUX_PKG_VERSION.tar.bz2 TERMUX_PKG_SHA256=20f91ebefd2880b27f421f773115b3740f67de2bf60feace3841bfd1a09cbe2e TERMUX_PKG_DEPENDS="glib, libxfce4ui, libxfce4util, xfce4-panel"