diff --git a/bijiben.yaml b/bijiben.yaml index bb11d80..26ba207 100644 --- a/bijiben.yaml +++ b/bijiben.yaml @@ -11,13 +11,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f32] - flatpak-runtime: [f32] - platform: [f32] + flatpak-common: [f33] + flatpak-runtime: [f33] + platform: [f33] requires: - flatpak-common: [f32] - flatpak-runtime: [f32] - platform: [f32] + flatpak-common: [f33] + flatpak-runtime: [f33] + platform: [f33] profiles: default: rpms: @@ -26,9 +26,12 @@ data: rpms: bijiben: rationale: Application package - ref: f32 + ref: f33 buildorder: 10 + libhandy: + rationale: Runtime dependency + ref: f33 tracker: rationale: Runtime dependency - ref: f32 + ref: f33 ...