makedeb


yt-dlp-bin 2023.11.16-1


A youtube-dl fork with additional features and fixes

Click here to go back to the commit logs for yt-dlp-bin.

Commit:


Hash: 4a20b9f3b00cfb86f9ada17f23eaa76f374b704a

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 56550bd..3150409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = yt-dlp-bin
 pkgbase = yt-dlp-bin
 pkgdesc = A youtube-dl fork with additional features and fixes
 pkgrel = 1
-pkgver = 2023.02.17
+pkgver = 2023.11.16
 url = https://github.com/yt-dlp/yt-dlp
 arch = any
 conflicts = yt-dlp
@@ -16,18 +16,20 @@ makedepends = git
 makedepends = glibc-source
 makedepends = pandoc
 makedepends = python3-setuptools
+makedepends = pandoc
 optdepends = ffmpeg: for video post-processing
 optdepends = rtmpdump: for rtmp streams support
 optdepends = atomicparsley: for embedding thumbnails into m4a files
 optdepends = aria2: for using aria2 as external downloader
 options = !strip
 provides = yt-dlp
-source = https://github.com/yt-dlp/yt-dlp/archive/2023.02.17.tar.gz
-sha512sums = 6ff9c9aa5c29844b3911d2462ce7f3bb51d84c1233b836702417413b52c5f185191e6a0b80e89daf86523f0302ae1bf8f4898f16e674eda374b5f8cdafa4a4ea
+source = https://github.com/yt-dlp/yt-dlp/archive/2023.11.16.tar.gz
+sha512sums = 3b168cad25807366624ef081537cc30f3585c1bd0aa528c4d9119c33681fd7bc30753d5ec33de7ca29f02e550fcd2d3e3c2813736b86537d0c55db382411ebee
 makedepends = git
 makedepends = glibc-source
 makedepends = pandoc
 makedepends = python3-setuptools
+makedepends = pandoc
 optdepends = ffmpeg: for video post-processing
 optdepends = rtmpdump: for rtmp streams support
 optdepends = atomicparsley: for embedding thumbnails into m4a files
diff --git a/PKGBUILD b/PKGBUILD
index bcbf954..343fd0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=yt-dlp-bin
 _pkgname=yt-dlp
-pkgver=2023.02.17
+pkgver=2023.11.16
 pkgrel=1
 pkgdesc='A youtube-dl fork with additional features and fixes'
 arch=('any')
 url="https://github.com/yt-dlp/yt-dlp"
 license=('Unlicense')
 depends=('python3' 'python3-mutagen' 'python3-pycryptodome' 'python3-websockets')
-makedepends=('git' 'glibc-source' 'pandoc' 'python3-setuptools')
+makedepends=('git' 'glibc-source' 'pandoc' 'python3-setuptools' 'pandoc')
 optdepends=('ffmpeg: for video post-processing'
             'rtmpdump: for rtmp streams support'
             'atomicparsley: for embedding thumbnails into m4a files'
@@ -16,7 +16,7 @@ optdepends=('ffmpeg: for video post-processing'
 provides=('yt-dlp')
 conflicts=('yt-dlp')
 source=("https://github.com/yt-dlp/yt-dlp/archive/${pkgver}.tar.gz")
-sha512sums=("6ff9c9aa5c29844b3911d2462ce7f3bb51d84c1233b836702417413b52c5f185191e6a0b80e89daf86523f0302ae1bf8f4898f16e674eda374b5f8cdafa4a4ea")
+sha512sums=("3b168cad25807366624ef081537cc30f3585c1bd0aa528c4d9119c33681fd7bc30753d5ec33de7ca29f02e550fcd2d3e3c2813736b86537d0c55db382411ebee")
 options=(!strip)
 
 prepare() {