fix(gstreamer1-plugins-bad): add bump function to update script (#4537)

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-04-29 12:32:12 -05:00
committed by GitHub
parent 1876927c99
commit 85e353e60d
@@ -5,7 +5,7 @@ let bodhi_branch = bump::as_bodhi_ver(labels.branch);
let pkg = "gstreamer1-plugins-bad-free";
let branch = bump::as_bodhi_ver(labels.branch);
let vr = bodhi_vr("gstreamer1-plugins-bad-free", branch);
let vr = bump::bodhi_vr("gstreamer1-plugins-bad-free", branch);
rpm.version(vr[1]);
rpm.release(vr[2]);