From 61b6dddcdd3fb2ec6bb90f51fe29e247c2892e49 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Mon, 4 Oct 2021 01:20:21 +0000
Subject: [PATCH] Change kdenlive repository sending to backports

---
 helpers/make-kdenlive | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/helpers/make-kdenlive b/helpers/make-kdenlive
index d6873383..49a9213a 100644
--- a/helpers/make-kdenlive
+++ b/helpers/make-kdenlive
@@ -1,5 +1,6 @@
 #!/bin/sh
 #
+#    Copyright (C) 2021 Luis Guzman <ark@switnet.org>
 #    Copyright (C) 2019 Mason Hock <ruben@trisquel.info>
 #
 #    This program is free software; you can redistribute it and/or modify
@@ -17,12 +18,13 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
-EXTERNAL='deb-src http://ftp.debian.org/debian testing main'
-REPOKEY=648ACFD622F3D138
+VERSION=2
+EXTERNAL='deb-src http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu $UPSTREAM main'
+REPOKEY=2763B0EE7709FE97
+BACKPORT=true
 
 . ./config
 
-changelog "Backported from debian testing"
+changelog "Backported from official PPA for kdenlive"
 
 compile
-- 
GitLab