mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 02:42:19 +00:00
f0e764a420
* chore: add update.rhai for switcheroo-control Signed-off-by: Alberto García <4411661+GarciaLnk@users.noreply.github.com> * chore: add update.rhai for kf6-kio Signed-off-by: Alberto García <4411661+GarciaLnk@users.noreply.github.com> * chore: add update.rhai for libva-nvidia-driver Signed-off-by: Alberto García <4411661+GarciaLnk@users.noreply.github.com> * fix: libva-nvidia-driver update script Co-authored-by: madomado <madonuko@outlook.com> Signed-off-by: Alberto García <4411661+GarciaLnk@users.noreply.github.com> * delete kf6-kio update script 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>
9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
rpm.global("commit0", gh_commit("elFarto/nvidia-vaapi-driver"));
|
|
if rpm.changed() {
|
|
let v = gh("elFarto/nvidia-vaapi-driver");
|
|
v.crop(1);
|
|
v += "%{!?tag:^%{date}git%{shortcommit0}}";
|
|
rpm.version(v);
|
|
rpm.global("date", date());
|
|
}
|