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

Bruno Pagani archange at archlinux.org
Tue Jan 23 18:07:42 UTC 2018


    Date: Tuesday, January 23, 2018 @ 18:07:35
  Author: archange
Revision: 285970

Remove phantomjs from optdep, it was dropped from [community]

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-23 18:06:16 UTC (rev 285969)
+++ PKGBUILD	2018-01-23 18:07:35 UTC (rev 285970)
@@ -4,7 +4,7 @@
 
 pkgname=youtube-dl
 pkgver=2018.01.21
-pkgrel=1
+pkgrel=2
 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/"
@@ -13,8 +13,7 @@
 optdepends=('ffmpeg: for video post-processing'
             'rtmpdump: for rtmp streams support'
             'atomicparsley: for embedding thumbnails into m4a files'
-            'python-crypto: for hlsnative downloader'
-            'phantomjs')
+            'python-crypto: for hlsnative downloader')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
 sha256sums=('c5be3f7ee9236505ae3dc945eddcc0c59661c91fb3b40347625d0b066d97ef91'
             'SKIP')



More information about the arch-commits mailing list