From 9bef3bf72d7e2527dc2e921812b7ace91f4543c9 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Sat, 31 Oct 2020 13:14:03 -0700 Subject: [PATCH] flatpak: Pin gspell gspell master depends on a newer version of enchant than available in the current nightly SDK. TODO: Revert once the SDK has been rebuilt --- flatpak/org.gnome.Fractal.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json index a1eec33d..97b6a920 100644 --- a/flatpak/org.gnome.Fractal.json +++ b/flatpak/org.gnome.Fractal.json @@ -81,7 +81,8 @@ "sources" : [ { "type" : "git", - "url" : "https://gitlab.gnome.org/GNOME/gspell.git" + "url" : "https://gitlab.gnome.org/GNOME/gspell.git", + "tag" : "1.9.1" } ] },