From 1cf12920d4cb4755e9d2ea94353f1cbd810ccb54 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 10 Mar 2026 04:15:23 -0700 Subject: [PATCH] fix(kde-material-you-colors): Update script (#10415) (#10416) (cherry picked from commit 810bc60e2d0750e107340dbe928ba76366ed6e85) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/themes/kde-material-you-colors/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/themes/kde-material-you-colors/update.rhai b/anda/themes/kde-material-you-colors/update.rhai index 3d67611499..117be52924 100644 --- a/anda/themes/kde-material-you-colors/update.rhai +++ b/anda/themes/kde-material-you-colors/update.rhai @@ -1,7 +1,7 @@ import "andax/bump_extras.rhai" as bump; import "andax/spec.rhai" as spec; -rpm.version(pypi("kde-material-you-colors")); +rpm.version(find(`version = \"([\d.]+)\"`, gh_rawfile("luisbocanegra/kde-material-you-colors", "main", "pyproject.toml"), 1)); open_file("anda/themes/kde-material-you-colors/VERSION_qt6-qtbase.txt", "w").write(bump::bodhi("qt6-qtbase", bump::as_bodhi_ver(labels.branch)));