Skip to content
Snippets Groups Projects
Verified Commit c58d8218 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

upgpkg: 2024.07.01-1: Update to 2024.07.01

parent 4bb718a7
No related branches found
No related tags found
No related merge requests found
pkgbase = yt-dlp
pkgdesc = A youtube-dl fork with additional features and fixes
pkgver = 2024.05.27
pkgver = 2024.07.01
pkgrel = 1
url = https://github.com/yt-dlp/yt-dlp
arch = any
......@@ -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.05.27.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.27/yt-dlp.tar.gz
sha256sums = 83dbf15456490e7efe9ba839922f8221d07cf1168b29653fd476faa3cdf91235
source = yt-dlp-2024.07.01.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.01/yt-dlp.tar.gz
sha256sums = a0470c3554297bba4210390eca9a5369f478d66f7b9d04ac1841f69dc7e5d394
pkgname = yt-dlp
......@@ -3,7 +3,7 @@
# Contributor: katt <magunasu.b97@gmail.com>
pkgname=yt-dlp
pkgver=2024.05.27
pkgver=2024.07.01
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=('83dbf15456490e7efe9ba839922f8221d07cf1168b29653fd476faa3cdf91235')
sha256sums=('a0470c3554297bba4210390eca9a5369f478d66f7b9d04ac1841f69dc7e5d394')
build() {
cd $pkgname
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment