mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-27 22:08:27 +00:00
7f9d452151
(cherry picked from commit f02434cb88)
Co-authored-by: madomado <madonuko@outlook.com>
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
let v = gh("ppy/osu");
|
|
if v.ends_with("-lazer") {
|
|
v.pop(6);
|
|
rpm.version(v);
|
|
if rpm.changed() {
|
|
rpm.define("osuresver", gh("ppy/osu-resources"));
|
|
}
|
|
}
|