summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLari Tikkanen2018-08-09 14:42:07 +0200
committerLari Tikkanen2018-08-09 14:42:07 +0200
commit513b7dcd12df3730e0b77c879c9e0f54c2d06537 (patch)
tree6721f3994eb6cbd3e981c56d05cf9422dc31d2c8
parent887b2914fe9b5ae11fb4d73e53e77abf3bc43cbe (diff)
downloadaur-513b7dcd12df3730e0b77c879c9e0f54c2d06537.tar.gz
Add phantomjs as optional dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 829240d290cf..aa2609e8e481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Feb 5 11:33:38 UTC 2017
pkgbase = youtube-dl-git
pkgdesc = A small command-line program to download videos from YouTube.com and a few more sites (git version)
- pkgver = 2017.02.04.1.r4.6ef3e65a7
+ pkgver = 2018.08.04.r3.d37dc6e1c
pkgrel = 1
url = https://github.com/rg3/youtube-dl
arch = any
@@ -15,6 +13,7 @@ pkgbase = youtube-dl-git
optdepends = ffmpeg: for video post-processing
optdepends = rtmpdump: for rtmp streams support
optdepends = atomicparsley: for embedding thumbnails into m4a files
+ optdepends = phantomjs: for openload support
provides = youtube-dl
conflicts = youtube-dl
source = git+https://github.com/rg3/youtube-dl.git
diff --git a/PKGBUILD b/PKGBUILD
index 5ac8d81b5b6f..eec5e7b45b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=youtube-dl-git
_gitname="youtube-dl"
-pkgver=2017.02.04.1.r4.6ef3e65a7
+pkgver=2018.08.04.r3.d37dc6e1c
pkgrel=1
pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites (git version)"
arch=('any')
@@ -12,7 +12,8 @@ depends=('python' 'python-setuptools')
makedepends=('git' 'python-setuptools' 'pandoc')
optdepends=('ffmpeg: for video post-processing'
'rtmpdump: for rtmp streams support'
- 'atomicparsley: for embedding thumbnails into m4a files')
+ 'atomicparsley: for embedding thumbnails into m4a files'
+ 'phantomjs: for openload support')
provides=("youtube-dl")
conflicts=("youtube-dl")
source=('git+https://github.com/rg3/youtube-dl.git')