From b49117dee32d7682937b4befb24855454e8ab3ac Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Oct 02 2020 16:58:21 +0000 Subject: Switch to F33 runtime and sources --- diff --git a/gnome-dictionary.yaml b/gnome-dictionary.yaml index a58895b..40062f9 100644 --- a/gnome-dictionary.yaml +++ b/gnome-dictionary.yaml @@ -10,13 +10,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: @@ -25,6 +25,6 @@ data: rpms: gnome-dictionary: rationale: Application package - ref: f32 + ref: f33 buildorder: 10 ...