mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/yt-dlp to 2023.07.06-1
This commit is contained in:
parent
19b65e39e0
commit
676e992744
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.06.22
|
pkgver=2023.07.06
|
||||||
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=('5291eb8e077ee1bc2585f4f522d75f1e4f9fd4c3374bace1572cf59b97bdd9c3')
|
sha256sums=('6d2115b84b6c11867f92cf4c23705b536bfa0ba9d538b1885f52da6756f8c980')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
|
Loading…
Reference in a new issue