diff --git a/freeciv-gtk.yaml b/freeciv-gtk.yaml index 0e52069..13dcb7f 100644 --- a/freeciv-gtk.yaml +++ b/freeciv-gtk.yaml @@ -10,13 +10,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f37] - flatpak-runtime: [f37] - platform: [f37] + flatpak-common: [f38] + flatpak-runtime: [f38] + platform: [f38] requires: - flatpak-common: [f37] - flatpak-runtime: [f37] - platform: [f37] + flatpak-common: [f38] + flatpak-runtime: [f38] + platform: [f38] profiles: default: rpms: @@ -25,6 +25,6 @@ data: rpms: freeciv: rationale: Application package - ref: f37 + ref: f38 buildorder: 10 ...