mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
0faa96cc3b
* add: steamtinkerlaunch and steamtinkerlaunch-nightly
* Add conflicts
* cleanup: Remove unneeded backslash
* fixup: Sed command that is less likely to have issues in future updates, rename to Git because this updates to infrequently, fix some dep stuff
(cherry picked from commit 767d1ab518)
Co-authored-by: Gilver <rockgrub@disroot.org>
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
rpm.global("commit", gh_commit("sonic2kk/steamtinkerlaunch"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
let v = gh("sonic2kk/steamtinkerlaunch");
|
|
v.crop(1);
|
|
rpm.global("ver", v);
|
|
}
|