Files
packages/anda/system/sc0710/kmod-common/update.rhai
T
Raboneko 156d6e82f1 feat: Add sc0710 kmod for Elgato capture cards (#11038) (#11047)
* feat: Add sc0710 kmod

* fix: Correct provides in xpadneo-kmod spec file

(cherry picked from commit 8d2c63d87c)

Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2026-04-03 19:36:53 -05:00

6 lines
131 B
Plaintext

rpm.global("commit", gh_commit("Nakildias/sc0710"));
if rpm.changed() {
rpm.release();
rpm.global("commitdate", date());
}