From 36f97a5300778c1c1e35026800aad7e72ba3d247 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 9 Dec 2018 20:40:41 +0200 Subject: [PATCH] Flatpak: minor cleanup --- org.gnome.PodcastsDevel.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/org.gnome.PodcastsDevel.json b/org.gnome.PodcastsDevel.json index ef92c48..299c96c 100644 --- a/org.gnome.PodcastsDevel.json +++ b/org.gnome.PodcastsDevel.json @@ -42,7 +42,7 @@ "buildsystem" : "meson", "config-opts" : [ "-Dintrospection=true", - "-Dgtk-doc=false", + "-Dgtk_doc=false", "-Dtests=false", "-Dexamples=false", "-Dvapi=false", @@ -66,8 +66,7 @@ "sources" : [ { "type" : "git", - "url" : "https://gitlab.gnome.org/World/podcasts.git", - "branch" : "master" + "url" : "https://gitlab.gnome.org/World/podcasts.git" } ] }