diff --git a/gedit.yaml b/gedit.yaml index 48f9dae..935207a 100644 --- a/gedit.yaml +++ b/gedit.yaml @@ -17,24 +17,27 @@ 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: - gedit components: rpms: + amtk: + rationale: Runtime dependency + ref: f32 gedit: rationale: Application package - ref: f31 + ref: f32 buildorder: 10 gedit-plugins: rationale: Runtime dependency - ref: f31 + ref: f32 ...