diff --git a/gnome-font-viewer.yaml b/gnome-font-viewer.yaml index b467aa7..e653854 100644 --- a/gnome-font-viewer.yaml +++ b/gnome-font-viewer.yaml @@ -12,13 +12,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: @@ -27,6 +27,6 @@ data: rpms: gnome-font-viewer: rationale: Application package - ref: f31 + ref: f32 buildorder: 10 ...