mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-23 12:00:40 +00:00
945dd56ba9
* fix(owl): use meson and add scenefx dep
* fix(mwc): rename old package name
* avoid famine due to failed crop
(cherry picked from commit 861103b50c)
Co-authored-by: sadlerm4 <sad_lerm@hotmail.com>
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
if filters.contains("nightly") {
|
|
rpm.global("commit", gh_commit("dqrk0jeste/mwc"));
|
|
let v = gh("dqrk0jeste/mwc");
|
|
if rpm.changed() {
|
|
rpm.global("commit_date", date());
|
|
v.crop(1);
|
|
rpm.global("ver", v);
|
|
}
|
|
}
|