From 6cbd8f1f66a18fac53c0bc2f8f205aed4fdfeda1 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 29 Apr 2025 10:32:32 -0700 Subject: [PATCH] fix(lightly-qt5): Import andax/bump_extras.rhai for update.rhai (#4535) (#4541) (cherry picked from commit 1876927c992330e714c731964e56bff1486772f4) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/themes/lightly-qt5/update.rhai | 2 ++ 1 file changed, 2 insertions(+) diff --git a/anda/themes/lightly-qt5/update.rhai b/anda/themes/lightly-qt5/update.rhai index 445e062962..cb64dfe576 100644 --- a/anda/themes/lightly-qt5/update.rhai +++ b/anda/themes/lightly-qt5/update.rhai @@ -1,3 +1,5 @@ +import "andax/bump_extras.rhai" as bump; + fn main(labels) { let branch = bump::as_bodhi_ver(labels.branch); let url = `https://bodhi.fedoraproject.org/updates/?search=qt5-5.&status=stable&releases=${branch}&rows_per_page=1&page=1`;