From 166d6910f028ad357e00227dfd0bf77631f15934 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sat, 26 Jul 2025 09:39:16 +0000 Subject: [PATCH] fix(x11/dconf-editor): Use download.gnome.org source URL like other GNOME packages - Assumed to fix https://github.com/termux/termux-packages/issues/25442, because the other packages that use download.gnome.org have been auto updated successfully %ci:no-build --- x11-packages/dconf-editor/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-packages/dconf-editor/build.sh b/x11-packages/dconf-editor/build.sh index f4d036dee7..70e734bad8 100644 --- a/x11-packages/dconf-editor/build.sh +++ b/x11-packages/dconf-editor/build.sh @@ -3,8 +3,8 @@ TERMUX_PKG_DESCRIPTION="A GSettings editor for GNOME" TERMUX_PKG_LICENSE="GPL-3.0-or-later" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION="45.0.1" -TERMUX_PKG_SRCURL=https://github.com/GNOME/dconf-editor/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=8ff7b2f60d4de0b60baeb2f94da99e86f349cf575a3928479435113a75ccd144 +TERMUX_PKG_SRCURL=https://download.gnome.org/sources/dconf-editor/${TERMUX_PKG_VERSION%%.*}/dconf-editor-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SHA256=1180297678eedae6217cc514a2638c187d2f1d1ef2720cb9079b740c429941dd TERMUX_PKG_DEPENDS="dbus, glib, libhandy, dconf" TERMUX_PKG_BUILD_DEPENDS="glib-cross, valac, gettext, libhandy, dconf" TERMUX_PKG_AUTO_UPDATE=true