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
This commit is contained in:
termux-pacman-bot
2025-07-26 09:39:16 +00:00
parent 9e7e12e0d0
commit 166d6910f0

View File

@@ -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