From a83f6481a6722bf7f5a0e542b26d20edc2e98751 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Oct 02 2020 16:48:49 +0000 Subject: Switch to F33 runtime and sources --- diff --git a/dconf-editor.yaml b/dconf-editor.yaml index ea4ebd6..b486607 100644 --- a/dconf-editor.yaml +++ b/dconf-editor.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: dconf-editor: rationale: Application package - ref: f32 + ref: f33 buildorder: 10 ...