From b9d51d3fc3ede5a56ac05472b8684a223f391324 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Oct 05 2021 18:47:44 +0000 Subject: Switch to F35 runtime and sources --- diff --git a/devhelp.yaml b/devhelp.yaml index 175cf4c..d1a674b 100644 --- a/devhelp.yaml +++ b/devhelp.yaml @@ -11,13 +11,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f34] - flatpak-runtime: [f34] - platform: [f34] + flatpak-common: [f35] + flatpak-runtime: [f35] + platform: [f35] requires: - flatpak-common: [f34] - flatpak-runtime: [f34] - platform: [f34] + flatpak-common: [f35] + flatpak-runtime: [f35] + platform: [f35] profiles: default: rpms: @@ -26,6 +26,6 @@ data: rpms: devhelp: rationale: Application package - ref: f34 + ref: f35 buildorder: 10 ...