mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/yt-dlp to 2023.01.06-1
This commit is contained in:
parent
147d70ee74
commit
6ce7d5b798
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - removed makedepend on pandoc
|
# - removed makedepend on pandoc
|
||||||
|
|
||||||
pkgname=yt-dlp
|
pkgname=yt-dlp
|
||||||
pkgver=2023.01.02
|
pkgver=2023.01.06
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A youtube-dl fork with additional features and fixes'
|
pkgdesc='A youtube-dl fork with additional features and fixes'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -22,7 +22,7 @@ optdepends=('ffmpeg: for video post-processing'
|
||||||
'python-pycryptodomex: For decrypting AES-128 HLS streams and various other data'
|
'python-pycryptodomex: For decrypting AES-128 HLS streams and various other data'
|
||||||
'python-websockets: For downloading over websocket')
|
'python-websockets: For downloading over websocket')
|
||||||
source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
|
source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
|
||||||
sha256sums=('e1d8053ea9b6c31072037edda9cfe8741b8204ab5edc8eac61f4ba8077e65247')
|
sha256sums=('a77b01ed42e8436233bb36ea405a46b6a05fbc1b24726f11815b515face2d116')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
|
Loading…
Reference in a new issue