From e53e0f89974b27626d6b8e4e50dc6ca949059a2d Mon Sep 17 00:00:00 2001 From: Jan Beran Date: Aug 28 2022 11:37:38 +0000 Subject: Switch to F36 runtime and sources Add new dependency physfs --- diff --git a/supertux.yaml b/supertux.yaml index 423f701..62c623d 100644 --- a/supertux.yaml +++ b/supertux.yaml @@ -12,21 +12,28 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f35] - flatpak-runtime: [f35] - platform: [f35] + flatpak-common: [f36] + flatpak-runtime: [f36] + platform: [f36] requires: - flatpak-common: [f35] - flatpak-runtime: [f35] - platform: [f35] + flatpak-common: [f36] + flatpak-runtime: [f36] + platform: [f36] profiles: default: rpms: - supertux + buildopts: + arches: [aarch64, x86_64] components: rpms: + physfs: + rationale: Runtime dependency + ref: f36 + arches: [aarch64, x86_64] supertux: rationale: Application package - ref: f35 + ref: f36 + arches: [aarch64, x86_64] buildorder: 10 ...