From b0ad8274a56fede898cff0cd53848d361b9d80f6 Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Wed, 28 Apr 2021 08:44:03 +1000 Subject: [PATCH] build: Unpin GMime back to mainline for nightly Flatpak It's had a pre-release version bump, so we can now tell the difference if it's been built with the recent incompatible GI/VAPI changes. See !699 --- org.gnome.Geary.json | 2 +- org.gnome.Geary.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index ce943f78..2d556511 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -207,7 +207,7 @@ { "type": "git", "url": "https://github.com/jstedfast/gmime.git", - "branch": "3.2.7" + "branch": "master" } ] }, diff --git a/org.gnome.Geary.yaml b/org.gnome.Geary.yaml index 7137349e..c3908a89 100644 --- a/org.gnome.Geary.yaml +++ b/org.gnome.Geary.yaml @@ -211,9 +211,7 @@ modules: sources: - type: git url: https://github.com/jstedfast/gmime.git - # Pin to 3.2.7 until 3.2.8 is released, or the mainline branch - # is pre-bumped to same. - branch: 3.2.7 + branch: master # Geary dependency - name: libpeas