diff --git a/devhelp.yaml b/devhelp.yaml index 4626faa..c29c045 100644 --- a/devhelp.yaml +++ b/devhelp.yaml @@ -11,11 +11,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-runtime: [f32] - platform: [f32] + flatpak-common: [f33] + flatpak-runtime: [f33] + platform: [f33] requires: - flatpak-runtime: [f32] - platform: [f32] + flatpak-common: [f33] + flatpak-runtime: [f33] + platform: [f33] profiles: default: rpms: @@ -24,9 +26,9 @@ data: rpms: amtk: rationale: Runtime dependency - ref: f32 + ref: f33 devhelp: rationale: Application package - ref: f32 + ref: f33 buildorder: 10 ...