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