mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
3c1be11bfd
* add: Terra WINE stack * chore: Rename some stuff and conflicts * chore: Rename Git * Update winetricks-git.spec Signed-off-by: Gilver <rockgrub@disroot.org> * Update winetricks.spec Signed-off-by: Gilver <rockgrub@disroot.org> * Update and rename wine-devel.spec to wine-dev.spec Signed-off-by: Gilver <rockgrub@disroot.org> * fix: Weird ix86 stuff * fix: I messed with Winetricks last can you tell * fix: Requires * fix: Files * fix?: aarch64 fixes * fix: Better dir fix * fix: Even better * fix: What * fix: ? * AaaaaAAAAA Signed-off-by: Gilver <rockgrub@disroot.org> * Update wine-stable.spec Signed-off-by: Gilver <rockgrub@disroot.org> * Update wine-dev.spec Signed-off-by: Gilver <rockgrub@disroot.org> * Update winetricks-git.spec Signed-off-by: Gilver <rockgrub@disroot.org> * Hopefully actually fix that jank --------- Signed-off-by: Gilver <rockgrub@disroot.org>
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
rpm.global("commit", gh_commit("Winetricks/winetricks"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
let v = gh("Winetricks/winetricks");
|
|
rpm.global("ver", v);
|
|
}
|