Files
packages/anda/misc/kwin-system76-scheduler-integration/update.rhai
T
Dipta Biswas e390d9b88f Fix auto update and installation of kwin-system76-scheduler-integration (#1092)
* 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>
2024-04-14 10:39:46 +08:00

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();
}