mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(gstreamer1-plugins-bad): add bump function to update script (#4537)
Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user