diff --git a/devhelp.yaml b/devhelp.yaml index fc84c12..a137358 100644 --- a/devhelp.yaml +++ b/devhelp.yaml @@ -11,13 +11,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f35] - flatpak-runtime: [f35] - platform: [f35] + flatpak-common: [f36] + flatpak-runtime: [f36] + platform: [f36] requires: - flatpak-common: [f35] - flatpak-runtime: [f35] - platform: [f35] + flatpak-common: [f36] + flatpak-runtime: [f36] + platform: [f36] profiles: default: rpms: @@ -28,7 +28,7 @@ data: rpms: devhelp: rationale: Application package - ref: f35 + ref: f36 buildorder: 10 arches: [aarch64, x86_64] ...