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