mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-30 07:18:26 +00:00
Fix (conflict/other issues): Switch Steam to the correct arch (#3043)
* Change: Correct arch Signed-off-by: Gil <rockgrub@protonmail.com> * Use Mock, fix up formatting Signed-off-by: Gil <rockgrub@protonmail.com> * Fix: Spec, sorry I'm on mobile so editing files one at a time Signed-off-by: Gil <rockgrub@protonmail.com> --------- Signed-off-by: Gil <rockgrub@protonmail.com>
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
arches = ["i386"]
|
||||
rpm {
|
||||
spec = "steam.spec"
|
||||
spec = "steam.spec"
|
||||
}
|
||||
// todo: force-arches macro?
|
||||
// labels {
|
||||
// multilib = 1
|
||||
// }
|
||||
labels {
|
||||
mock = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ Summary: Installer for the Steam software distribution service
|
||||
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are MIT.
|
||||
License: Steam License Agreement and MIT
|
||||
URL: http://www.steampowered.com/
|
||||
ExclusiveArch: x86_64
|
||||
ExclusiveArch: i686
|
||||
Packager: Cappy Ishihara <cappy@fyralabs.com>
|
||||
|
||||
Source0: https://repo.steampowered.com/%{name}/archive/beta/%{name}_%{version}.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user