diff --git a/quearcode.yaml b/quearcode.yaml index 4d7d2a4..09128f1 100644 --- a/quearcode.yaml +++ b/quearcode.yaml @@ -10,13 +10,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f31] - flatpak-runtime: [f31] - platform: [f31] + flatpak-common: [f32] + flatpak-runtime: [f32] + platform: [f32] requires: - flatpak-common: [f31] - flatpak-runtime: [f31] - platform: [f31] + flatpak-common: [f32] + flatpak-runtime: [f32] + platform: [f32] profiles: default: rpms: @@ -25,15 +25,15 @@ data: rpms: python-olefile: rationale: Runtime dependency - ref: f31 + ref: f32 python-pillow: rationale: Runtime dependency - ref: f31 + ref: f32 python-qrcode: rationale: Runtime dependency - ref: f31 + ref: f32 quearcode: rationale: Application package - ref: f31 + ref: f32 buildorder: 10 ...