From a6f318b001149c44da0ac360e85f6e01f6ab166f Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Sun, 12 Dec 2021 10:17:06 +0530 Subject: [PATCH] dconf: bump revision --- x11-packages/dconf/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-packages/dconf/build.sh b/x11-packages/dconf/build.sh index eeff0b172..7dfbb2ae4 100644 --- a/x11-packages/dconf/build.sh +++ b/x11-packages/dconf/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://wiki.gnome.org/Projects/dconf TERMUX_PKG_DESCRIPTION="dconf is a simple key/value storage system that is heavily optimised for reading" TERMUX_PKG_LICENSE="LGPL-2.1" TERMUX_PKG_VERSION=0.40.0 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://gitlab.gnome.org/GNOME/dconf.git TERMUX_PKG_GIT_BRANCH=$TERMUX_PKG_VERSION TERMUX_PKG_DEPENDS="dbus, glib-bin"