summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorevorster2020-06-14 07:01:38 +0200
committerevorster2020-06-14 07:01:38 +0200
commita26f381159c72daa806af32d4977d55880fc1cbf (patch)
tree87c08f49b175f8ed99de9c7fe37684f660c6da59 /PKGBUILD
parent7f09f4092b8d873242e83d1f637cfc8cc5fe569d (diff)
downloadaur-a26f381159c72daa806af32d4977d55880fc1cbf.tar.gz
Updated git source repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 662d6584338e..3384042cf423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=kdenlive-git
-pkgver=19.11.80.r11761.a049f651c
+pkgver=20.07.70.r12886.78f53637c
pkgrel=1
pkgdesc="A non-linear video editor for Linux using the MLT video framework. KF5 Frameworks (Latest Applications GIT Version)"
arch=('i686' 'x86_64')
@@ -28,7 +28,11 @@ provides=('kdenlive')
conflicts=('kdenlive')
#source=(${pkgname}::git://anongit.kde.org/kdenlive)
#source=(git://anongit.kde.org/kdenlive)
-source=('git://anongit.kde.org/kdenlive')
+#The git repo has changed recently. To update your git repo to the new one
+#and save yourself from downloading the entire repo again, do:
+#git remote set-url https://invent.kde.org/multimedia/kdenlive
+#in the kdenlive git directory
+source=('git+https://invent.kde.org/multimedia/kdenlive')
sha1sums=('SKIP')
install=$pkgname.install
#options=(debug !strip)