mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/yt-dlp to 2023.06.21-1
This commit is contained in:
parent
7eccc108e9
commit
813449398b
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - removed makedepend on pandoc
|
||||
|
||||
pkgname=yt-dlp
|
||||
pkgver=2023.03.04
|
||||
pkgrel=2
|
||||
pkgver=2023.06.21
|
||||
pkgrel=1
|
||||
pkgdesc='A youtube-dl fork with additional features and fixes'
|
||||
arch=(any)
|
||||
url='https://github.com/yt-dlp/yt-dlp'
|
||||
|
@ -22,7 +22,7 @@ optdepends=('ffmpeg: for video post-processing'
|
|||
'python-pycryptodomex: For decrypting AES-128 HLS streams and various other data'
|
||||
'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)
|
||||
sha256sums=('771d2abefcd5f1e6f3ab6d6d18cdae98be4ab73538d1174e7e7236640418e150')
|
||||
sha256sums=('8dad84141725c05cd314da2f97a119af1caf1d50d021e3b3f738573c62f0e191')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
|
Loading…
Reference in a new issue