[arch-commits] Commit in youtube-dl/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Feb 16 12:22:32 UTC 2019


    Date: Saturday, February 16, 2019 @ 12:22:31
  Author: jlichtblau
Revision: 433479

youtube-dl http > https

Modified:
  youtube-dl/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-16 12:15:18 UTC (rev 433478)
+++ PKGBUILD	2019-02-16 12:22:31 UTC (rev 433479)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites"
 arch=('any')
-url="http://rg3.github.io/youtube-dl/"
+url="https://rg3.github.io/youtube-dl/"
 license=('custom')
 depends=('python' 'python-setuptools')
 optdepends=('ffmpeg: for video post-processing'
@@ -13,7 +13,7 @@
             'rtmpdump: for rtmp streams support'
             'atomicparsley: for embedding thumbnails into m4a files'
             'python-pycryptodome: for hlsnative downloader')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+source=(https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
 sha256sums=('f6d3681393efbc3183f63018914c65eb593511acc75466455523a826e59fdb93'
             'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister



More information about the arch-commits mailing list