mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
* 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>
(cherry picked from commit f0e764a420)
Co-authored-by: Alberto García <4411661+GarciaLnk@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
rpm.version(gitlab("gitlab.freedesktop.org", "4339"));
|
||||
@@ -0,0 +1,8 @@
|
||||
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());
|
||||
}
|
||||
Reference in New Issue
Block a user