mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/yt-dlp to 2022.09.01-1
This commit is contained in:
parent
00a259d523
commit
0f2d22f21e
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - removed makedepend on pandoc
|
||||
|
||||
pkgname=yt-dlp
|
||||
pkgver=2022.08.19
|
||||
pkgver=2022.09.01
|
||||
pkgrel=1
|
||||
pkgdesc='A youtube-dl fork with additional features and fixes'
|
||||
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-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=('4740a5ac43e6ff75808a6623145c32e1fc0884ea43bc06768fb40fbd1f97601c')
|
||||
sha256sums=('675ff266e9400c47bb4df947ab3e7d5e9d4c362abcadd2c61ba341e86590f1df')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
|
Loading…
Reference in a new issue