diff --git a/eog.yaml b/eog.yaml index 8b54c54..f1f1941 100644 --- a/eog.yaml +++ b/eog.yaml @@ -14,13 +14,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f31] - flatpak-runtime: [f31] - platform: [f31] + flatpak-common: [f32] + flatpak-runtime: [f32] + platform: [f32] requires: - flatpak-common: [f31] - flatpak-runtime: [f31] - platform: [f31] + flatpak-common: [f32] + flatpak-runtime: [f32] + platform: [f32] profiles: default: rpms: @@ -31,9 +31,9 @@ data: rpms: eog: rationale: Application package - ref: f31 + ref: f32 buildorder: 10 exempi: rationale: Runtime dependency - ref: f31 + ref: f32 ...