mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/yt-dlp to 2023.09.24-1
This commit is contained in:
parent
bb05b506c4
commit
21b0852229
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - removed makedepend on pandoc
|
||||
|
||||
pkgname=yt-dlp
|
||||
pkgver=2023.07.06
|
||||
pkgrel=2
|
||||
pkgver=2023.09.24
|
||||
pkgrel=1
|
||||
pkgdesc='A youtube-dl fork with additional features and fixes'
|
||||
arch=(any)
|
||||
url='https://github.com/yt-dlp/yt-dlp'
|
||||
|
@ -28,7 +28,7 @@ optdepends=('ffmpeg: for video post-processing'
|
|||
'phantomjs: for extractors with javascript code'
|
||||
'python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers')
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
|
||||
sha256sums=('6d2115b84b6c11867f92cf4c23705b536bfa0ba9d538b1885f52da6756f8c980')
|
||||
sha256sums=('689aaab448763a9efb339e608346d42aa3d4f776288fc1f4f223142ac23a5abf')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
|
Loading…
Reference in a new issue