From 7bfde8b459c60f2252f612bc3836bd79715989ef Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 30 Apr 2025 04:10:26 -0700 Subject: [PATCH] fix(lightly-qt6): Import andax/bump_extras.rhai for update.rhai (#4557) (#4559) (cherry picked from commit 34d5253769774e38506bffef4a564e9bd37f1e9b) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/themes/lightly-qt6/update.rhai | 2 ++ 1 file changed, 2 insertions(+) diff --git a/anda/themes/lightly-qt6/update.rhai b/anda/themes/lightly-qt6/update.rhai index f969fd9229..36206e82eb 100644 --- a/anda/themes/lightly-qt6/update.rhai +++ b/anda/themes/lightly-qt6/update.rhai @@ -1,3 +1,5 @@ +import "andax/bump_extras.rhai" as bump; + fn main() { let branch = bump::as_bodhi_ver(labels.branch); let url = `https://bodhi.fedoraproject.org/updates/?search=qt6-6.&status=stable&releases=${branch}&rows_per_page=1&page=1`;