From 4050bda573f9a6f34244cad496565200629302c8 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 23 Mar 2021 14:03:35 -0300 Subject: [PATCH] flatpak: Don't specify luajit commit luajit developers ask people to use branches instead of tarballs, however, Flatpak interprets having both 'commit' and 'branch' fields as 'use this branch, and this commit should be at the top of the branch', which is not really what we want. Remove the specified commit from the Flatpak manifest. --- CI/flatpak/com.obsproject.Studio.json | 1 - 1 file changed, 1 deletion(-) diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index a0b6a727d911e4..a49fc771ed2bab 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -146,7 +146,6 @@ "type": "git", "url": "https://luajit.org/git/luajit-2.0.git", "branch": "v2.1", - "commit": "787736990ac3b7d5ceaba2697c7d0f58f77bb782", "disable-shallow-clone": true }, {