mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/yt-dlp to 2022.02.03-1
This commit is contained in:
parent
66fa90231c
commit
ff20caebd0
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# - add zip to makedepends since the 'yt-dlp' target requires it
|
||||
|
||||
pkgname=yt-dlp
|
||||
pkgver=2022.01.21
|
||||
pkgver=2022.02.03
|
||||
pkgrel=1
|
||||
pkgdesc='A youtube-dl fork with additional features and fixes'
|
||||
arch=(any)
|
||||
|
@ -20,7 +20,7 @@ optdepends=('ffmpeg: for video post-processing'
|
|||
'atomicparsley: for embedding thumbnails into m4a files'
|
||||
'aria2: for using aria2 as external downloader')
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
|
||||
sha256sums=('78455c03fb3f5a84bfc05afca5a2564af9852e8fe7f088877e20b8508217dd29')
|
||||
sha256sums=('80c2dcf55b6846b0cc1099b1d53efa16a44e9919ddb3a14325f7c17fdbbee901')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
|
Loading…
Reference in a new issue