mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/yt-dlp to 2024.05.26-1
This commit is contained in:
parent
5a5b735680
commit
2454a6de85
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = yt-dlp
|
||||
pkgdesc = A youtube-dl fork with additional features and fixes
|
||||
pkgver = 2024.04.09
|
||||
pkgrel = 2
|
||||
pkgver = 2024.05.26
|
||||
pkgrel = 1
|
||||
url = https://github.com/yt-dlp/yt-dlp
|
||||
arch = any
|
||||
license = Unlicense
|
||||
|
@ -28,7 +28,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-2024.04.09.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.04.09/yt-dlp.tar.gz
|
||||
sha256sums = 59d3caed5cc899e486a7b8873f6143b6a1d22c5b5c05009b709ca0104f5d9eed
|
||||
source = yt-dlp-2024.05.26.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.26/yt-dlp.tar.gz
|
||||
sha256sums = 18dc2638ef950e3ce355a5d52e9e02d29e92b07d410dbe197f890f1a2a5c3c27
|
||||
|
||||
pkgname = yt-dlp
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
# - removed makedepend on pandoc
|
||||
|
||||
pkgname=yt-dlp
|
||||
pkgver=2024.04.09
|
||||
pkgrel=2
|
||||
pkgver=2024.05.26
|
||||
pkgrel=1
|
||||
pkgdesc='A youtube-dl fork with additional features and fixes'
|
||||
arch=(any)
|
||||
url='https://github.com/yt-dlp/yt-dlp'
|
||||
|
@ -35,7 +35,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=('59d3caed5cc899e486a7b8873f6143b6a1d22c5b5c05009b709ca0104f5d9eed')
|
||||
sha256sums=('18dc2638ef950e3ce355a5d52e9e02d29e92b07d410dbe197f890f1a2a5c3c27')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
|
Loading…
Reference in a new issue