diff --git a/anda/misc/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec b/anda/misc/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec index 71dac0e73d..d88efb16ab 100644 --- a/anda/misc/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec +++ b/anda/misc/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec @@ -3,18 +3,18 @@ Name: kwin-system76-scheduler-integration %global forgeurl https://github.com/maxiberta/%{name} -%global commit 0.1 -%global date 20240413 +%global commit 093a269670275feaa240d02c712f1ec8b812fd80 +%global date 20240320 %forgemeta Version: 0.1 -Release: 1%?dist +Release: 6%?dist Summary: Notify the System76 Scheduler which app has focus so it can be prioritized License: MIT URL: %forgeurl Source0: %forgesource Source1: com.system76.Scheduler.dbusproxy.service -Requires: bash dbus-tools system76-scheduler kde-cli-tools systemd kf6-kconfig-core +Requires: bash dbus-tools system76-scheduler kde-cli-tools systemd kf6-kconfig BuildRequires: systemd-rpm-macros %description diff --git a/anda/misc/kwin-system76-scheduler-integration/update.rhai b/anda/misc/kwin-system76-scheduler-integration/update.rhai index 8ea5068d9d..1737f94453 100644 --- a/anda/misc/kwin-system76-scheduler-integration/update.rhai +++ b/anda/misc/kwin-system76-scheduler-integration/update.rhai @@ -1,4 +1,4 @@ -rpm.global("commit", gh("maxiberta/kwin-system76-scheduler-integration")); +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();