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