mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 22:20:39 +00:00
442857b592
* fix(gstreamer1*): Update scripts
* fix: No longer empty file
---------
(cherry picked from commit 7a83aed7e6)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
10 lines
366 B
Plaintext
10 lines
366 B
Plaintext
rpm.version(gh("v-novaltd/LCEVCdec"));
|
|
|
|
open_file("anda/multimedia/lcevcdec/VERSION_ffmpeg.txt", "w").write(bump::madoguchi("ffmpeg", labels.branch));
|
|
|
|
let dir = sub(`/[^/]+$`, "", __script_path);
|
|
if sh("[[ `git status " + dir + " --porcelain` ]] && exit 1 || exit 0", #{}).ctx.rc == 1 {
|
|
let rel = spec::get_release(rpm).parse_int();
|
|
rpm.release(rel + 1);
|
|
}
|