mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/yt-dlp to 2023.03.04-1
This commit is contained in:
parent
f741afb499
commit
120f9a55b7
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.03.03
|
pkgver=2023.03.04
|
||||||
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=('99db0ab54b986aa5c5bb145dc1cf0e516612e61cdb964ee274dddceeceae98a9')
|
sha256sums=('771d2abefcd5f1e6f3ab6d6d18cdae98be4ab73538d1174e7e7236640418e150')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
|
Loading…
Reference in a new issue