diff --git a/quearcode.yaml b/quearcode.yaml index a05e82f..4d7d2a4 100644 --- a/quearcode.yaml +++ b/quearcode.yaml @@ -10,33 +10,30 @@ data: - MIT dependencies: - buildrequires: - flatpak-runtime: [f30] - flatpak-common: [f30] - platform: [f30] + flatpak-common: [f31] + flatpak-runtime: [f31] + platform: [f31] requires: - flatpak-runtime: [f30] - flatpak-common: [f30] - platform: [f30] + flatpak-common: [f31] + flatpak-runtime: [f31] + platform: [f31] profiles: default: rpms: - quearcode components: rpms: - libimagequant: - rationale: Runtime dependency - ref: master python-olefile: rationale: Runtime dependency - ref: master + ref: f31 python-pillow: rationale: Runtime dependency - ref: master + ref: f31 python-qrcode: rationale: Runtime dependency - ref: master + ref: f31 quearcode: rationale: Application package - ref: master + ref: f31 buildorder: 10 ...