summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Boman2022-03-03 21:25:38 +0100
committerMagnus Boman2022-03-03 21:25:38 +0100
commit5d1bb3957e70e4dc3d7b1faf165e4ae748fc45d5 (patch)
tree780b93750f1ea8bf8a63c3fa781590d2e3970b3f /PKGBUILD
parent050ff5622605789deb273f46edd6390dc9b2c999 (diff)
downloadaur-5d1bb3957e70e4dc3d7b1faf165e4ae748fc45d5.tar.gz
upgpkg: yt-dlp-git 2022.02.04.r94.g45806d44a-1
Move dependencies to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6e63f6f849f..aec99882e701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,21 @@
# Maintainer: katt <magunasu.b97@gmail.com>
pkgname=yt-dlp-git
-pkgver=2021.10.22.r20.gb7b186e7d
+pkgver=2022.02.04.r94.g45806d44a
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes (git)'
arch=(any)
url=https://github.com/yt-dlp/yt-dlp
license=(Unlicense)
-depends=(python-mutagen python-pycryptodomex python-websockets)
+depends=(python)
makedepends=(git python-setuptools pandoc)
optdepends=('ffmpeg: for video post-processing'
'rtmpdump: for rtmp streams support'
'atomicparsley: for embedding thumbnails into m4a files'
- 'aria2: for using aria2 as external downloader')
+ 'aria2: for using aria2 as external downloader'
+ 'python-mutagen: For embedding thumbnail in certain formats'
+ 'python-pycryptodomex: For decrypting AES-128 HLS streams and various other data'
+ 'python-websockets: For downloading over websocket')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=(git+"${url}".git)