mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 04:12:18 +00:00
73a539c5e7
* add: fluent-kde-theme * update fluent-kde-theme license Co-authored-by: madomado <madonuko@outlook.com> Signed-off-by: Alberto García <4411661+GarciaLnk@users.noreply.github.com> --------- Signed-off-by: Alberto García <4411661+GarciaLnk@users.noreply.github.com> Co-authored-by: madomado <madonuko@outlook.com>
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
rpm.global("commit", gh_commit("vinceliuice/Fluent-kde"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|