From 2124bb476983c54df79fc50d1c0298ea4af2d068 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 13 Aug 2020 23:13:37 +0000 Subject: [PATCH] xfconf: bump revision --- x11-packages/xfconf/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-packages/xfconf/build.sh b/x11-packages/xfconf/build.sh index ae9db5dc6..e70595b48 100644 --- a/x11-packages/xfconf/build.sh +++ b/x11-packages/xfconf/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Flexible, easy-to-use configuration management system" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="Leonid Pliushch " TERMUX_PKG_VERSION=4.14.3 -TERMUX_PKG_REVISION=4 +TERMUX_PKG_REVISION=5 TERMUX_PKG_SRCURL=http://archive.xfce.org/src/xfce/xfconf/${TERMUX_PKG_VERSION:0:4}/xfconf-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_SHA256=589052a0efc6151c5fb5f438da463502a4fd91848cae7b9376d417be4c5a0c02 TERMUX_PKG_DEPENDS="dbus, libxfce4util"