From 76a1efab58c350c43051ac6942c8bdb475193fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Thu, 20 May 2021 17:27:47 +0200 Subject: [PATCH] flatpak: Build from local dir instead of git Allows doing test builds with unmerged changes --- pkgs/flatpak/com.github.rafostar.Clapper.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/flatpak/com.github.rafostar.Clapper.json b/pkgs/flatpak/com.github.rafostar.Clapper.json index ed168f2b..00988f26 100644 --- a/pkgs/flatpak/com.github.rafostar.Clapper.json +++ b/pkgs/flatpak/com.github.rafostar.Clapper.json @@ -44,8 +44,8 @@ "buildsystem": "meson", "sources": [ { - "type": "git", - "url": "../../." + "type": "dir", + "path": "../../." } ] }