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"