From 50b409e9278743491162e55dd80c6a0cc1d2d613 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Jun 04 2019 07:42:42 +0000 Subject: Switch to F30 runtime and sources --- diff --git a/thunderbird.yaml b/thunderbird.yaml index 9a20e07..7915a0b 100644 --- a/thunderbird.yaml +++ b/thunderbird.yaml @@ -10,13 +10,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f29] - flatpak-runtime: [f29] - platform: [f29] + flatpak-common: [f30] + flatpak-runtime: [f30] + platform: [f30] requires: - flatpak-common: [f29] - flatpak-runtime: [f29] - platform: [f29] + flatpak-common: [f30] + flatpak-runtime: [f30] + platform: [f30] profiles: default: rpms: @@ -25,9 +25,9 @@ data: rpms: mozilla-filesystem: rationale: Runtime dependency - ref: f29 + ref: f30 thunderbird: rationale: Application package - ref: master + ref: f30 buildorder: 10 ...