From a8d723ece6b399db2b450dbe15e79dcd1596c8df Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 8 Oct 2022 10:05:08 +0200 Subject: [PATCH] Switch to F37 runtime and sources --- inkscape.yaml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/inkscape.yaml b/inkscape.yaml index c0c4711..6e92385 100644 --- a/inkscape.yaml +++ b/inkscape.yaml @@ -17,13 +17,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f36] - flatpak-runtime: [f36] - platform: [f36] + flatpak-common: [f37] + flatpak-runtime: [f37] + platform: [f37] requires: - flatpak-common: [f36] - flatpak-runtime: [f36] - platform: [f36] + flatpak-common: [f37] + flatpak-runtime: [f37] + platform: [f37] profiles: default: rpms: @@ -34,51 +34,51 @@ data: rpms: double-conversion: rationale: Runtime dependency - ref: f36 + ref: f37 arches: [aarch64, x86_64] gc: rationale: Runtime dependency - ref: f36 + ref: f37 arches: [aarch64, x86_64] inkscape: rationale: Application package - ref: f36 + ref: f37 buildorder: 10 arches: [aarch64, x86_64] librevenge: rationale: Runtime dependency - ref: f36 + ref: f37 arches: [aarch64, x86_64] libwpd: rationale: Runtime dependency - ref: f36 + ref: f37 arches: [aarch64, x86_64] libwpg: rationale: Runtime dependency - ref: f36 + ref: f37 arches: [aarch64, x86_64] numpy: rationale: Runtime dependency - ref: f36 + ref: f37 arches: [aarch64, x86_64] potrace: rationale: Runtime dependency - ref: f36 + ref: f37 arches: [aarch64, x86_64] python-appdirs: rationale: Runtime dependency - ref: f36 + ref: f37 arches: [aarch64, x86_64] python-cssselect: rationale: Runtime dependency - ref: f36 + ref: f37 arches: [aarch64, x86_64] python-lxml: rationale: Runtime dependency - ref: f36 + ref: f37 arches: [aarch64, x86_64] python-scour: rationale: Runtime dependency - ref: f36 + ref: f37 arches: [aarch64, x86_64] ...