diff --git a/helpers/make-kdenlive b/helpers/make-kdenlive index d68733835d2b062a75272348f7c40e5855fdfa95..49a9213ae2527941f56df2cbe36d915ff4472f42 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