summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2023-04-02 16:25:39 +0200
committerFelix Riemann <friemann@gnome.org>2023-04-02 16:26:12 +0200
commitcfdfa63af7ef78eb3f9e7644bd671674cc8cf1b0 (patch)
tree033cb99f7032ee9bc890a922a61898ffba428a1f
parent9d91d290896f4253f450a081793a265deea96c28 (diff)
downloadeog-cfdfa63af7ef78eb3f9e7644bd671674cc8cf1b0.tar.gz
flatpak: Stay on libpeas 1.36.x
libpeas' main branch is used to develop libpeas-2.0 which is not going to be API/ABI-compatible. This also fixes flatpak-builder not finding libpeas' `main` branch after having deleted its `master` branch.
-rw-r--r--org.gnome.Eog.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.gnome.Eog.json b/org.gnome.Eog.json
index d84ac50c..a8a7b22e 100644
--- a/org.gnome.Eog.json
+++ b/org.gnome.Eog.json
@@ -75,6 +75,7 @@
"sources" : [
{
"type" : "git",
+ "branch" : "1.36",
"url" : "https://gitlab.gnome.org/GNOME/libpeas.git"
}
]