diff --git a/gnome-chess.yaml b/gnome-chess.yaml index bd03a27..8de23d4 100644 --- a/gnome-chess.yaml +++ b/gnome-chess.yaml @@ -10,13 +10,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f32] - flatpak-runtime: [f32] - platform: [f32] + flatpak-common: [f33] + flatpak-runtime: [f33] + platform: [f33] requires: - flatpak-common: [f32] - flatpak-runtime: [f32] - platform: [f32] + flatpak-common: [f33] + flatpak-runtime: [f33] + platform: [f33] profiles: default: rpms: @@ -25,9 +25,9 @@ data: rpms: gnome-chess: rationale: Application package - ref: f32 + ref: f33 buildorder: 10 gnuchess: rationale: Runtime dependency - ref: f32 + ref: f33 ...