summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d9ca128c606..f0eb65347901 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Fri Jun 23 06:03:13 UTC 2017
pkgbase = youtube-dl-gui-git
pkgdesc = A cross platform front-end GUI of the popular youtube-dl written in wxPython
pkgver = 0.3.8.r447.g182a587
@@ -15,7 +13,7 @@ pkgbase = youtube-dl-gui-git
optdepends = youtube-dl: alternative to the youtube-dl program downloaded by youtube-dl-gui
provides = youtube-dl-gui
conflicts = youtube-dl-gui
- source = youtube-dl-gui-git::git://github.com/MrS0m30n3/youtube-dl-gui.git
+ source = youtube-dl-gui-git::git+https://github.com/MrS0m30n3/youtube-dl-gui.git
source = youtube-dl-gui.desktop
md5sums = SKIP
md5sums = 298421ed0a9e2c6475e0bb3f86d2d2a7
diff --git a/PKGBUILD b/PKGBUILD
index 22ee0c12c0b5..420ba0dc1b39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ optdepends=('ffmpeg: convert video files to audio-only files'
makedepends=('git')
provides=($_pkgname)
conflicts=($_pkgname)
-source=($pkgname::git://github.com/MrS0m30n3/youtube-dl-gui.git
+source=($pkgname::git+https://github.com/MrS0m30n3/youtube-dl-gui.git
youtube-dl-gui.desktop)
md5sums=('SKIP'
'298421ed0a9e2c6475e0bb3f86d2d2a7')