mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/yt-dlp to 2023.11.14-1
This commit is contained in:
parent
34f21efb22
commit
d20834b05a
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = yt-dlp
|
||||
pkgdesc = A youtube-dl fork with additional features and fixes
|
||||
pkgver = 2023.10.13
|
||||
pkgver = 2023.11.14
|
||||
pkgrel = 1
|
||||
url = https://github.com/yt-dlp/yt-dlp
|
||||
arch = any
|
||||
|
@ -26,7 +26,7 @@ pkgbase = yt-dlp
|
|||
optdepends = python-pyxattr: for writing xattr metadata (alternative option)
|
||||
optdepends = phantomjs: for extractors with javascript code
|
||||
optdepends = python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers
|
||||
source = yt-dlp-2023.10.13.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2023.10.13/yt-dlp.tar.gz
|
||||
sha256sums = 64944f4452a7657b5fb31ae55d823d9411a1a29f9c1071d33fa3e6286e20522a
|
||||
source = yt-dlp-2023.11.14.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2023.11.14/yt-dlp.tar.gz
|
||||
sha256sums = 50dff869a296fe515234f3427b6f95f562c889c2e60d3ba7e3b4bd5d73f4fa94
|
||||
|
||||
pkgname = yt-dlp
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# - removed makedepend on pandoc
|
||||
|
||||
pkgname=yt-dlp
|
||||
pkgver=2023.10.13
|
||||
pkgver=2023.11.14
|
||||
pkgrel=1
|
||||
pkgdesc='A youtube-dl fork with additional features and fixes'
|
||||
arch=(any)
|
||||
|
@ -33,7 +33,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=('64944f4452a7657b5fb31ae55d823d9411a1a29f9c1071d33fa3e6286e20522a')
|
||||
sha256sums=('50dff869a296fe515234f3427b6f95f562c889c2e60d3ba7e3b4bd5d73f4fa94')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
|
Loading…
Reference in a new issue