From ba406790de67d93d31f764f4b1944a1b79d88b79 Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Wed, 23 Mar 2022 20:20:32 +0900 Subject: [PATCH] xfce4-datetime-plugin: Get rid of references to leaked builtins --- x11-packages/xfce4-datetime-plugin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-packages/xfce4-datetime-plugin/build.sh b/x11-packages/xfce4-datetime-plugin/build.sh index 356de5e2e..7e622dc66 100644 --- a/x11-packages/xfce4-datetime-plugin/build.sh +++ b/x11-packages/xfce4-datetime-plugin/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin/st 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" TERMUX_PKG_VERSION=0.8.1 -TERMUX_PKG_REVISION=3 +TERMUX_PKG_REVISION=4 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"