mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/yt-dlp to 2021.12.27-1
This commit is contained in:
parent
2c4ff5523d
commit
7f7ac62b24
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=2021.12.25
|
||||
pkgver=2021.12.27
|
||||
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=('0a4eecdb2bf5d53f87507b7067563a3800f3babf216b01583a2e109ea8ccd427')
|
||||
sha256sums=('3492c344b1b71ac13c73a53dbb3bc504f7ebaa325c10807ad905428e74a6d630')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
|
Loading…
Reference in a new issue