mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
e390d9b88f
* Update update.rhai Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> * Update kwin-system76-scheduler-integration.spec Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> --------- Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com>
6 lines
194 B
Plaintext
6 lines
194 B
Plaintext
rpm.global("commit", gh_commit("maxiberta/kwin-system76-scheduler-integration"));
|
|
if rpm.changed() {
|
|
rpm.global("date", date()); // remove if we don't need the `date` macro
|
|
rpm.release();
|
|
}
|