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: 1e81de29f042c19e28acec6f7f0b7a053dc05ce2

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f1e6e5f..e2d10c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,34 @@
-generated-by = makedeb-makepkg
-
-pkgbase = yt-dlp-bin
-	pkgdesc = A youtube-dl fork with additional features and fixes
-	pkgver = 2022.04.08
-	pkgrel = 1
-	url = https://github.com/yt-dlp/yt-dlp
-	arch = any
-	license = Unlicense
-	makedepends = git
-	makedepends = glibc-source
-	makedepends = pandoc
-	makedepends = python3-setuptools
-	depends = python3
-	depends = python3-mutagen
-	depends = python3-pycryptodome
-	depends = python3-websockets
-	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
-	provides = yt-dlp
-	conflicts = yt-dlp
-	options = !strip
-	source = https://github.com/yt-dlp/yt-dlp/archive/2022.04.08.tar.gz
-	sha512sums = dbe647da8f7181fe6a9b369458bca4f9081f7096a2844211ff9bb32b62582106b25888704d2770f6dd97458c870d2682aa3e758cf022b2b5b47844636cc9abe5
-
+generated-by = makedeb
 pkgname = yt-dlp-bin
+pkgbase = yt-dlp-bin
+pkgdesc = A youtube-dl fork with additional features and fixes
+pkgrel = 1
+pkgver = 2022.05.18
+url = https://github.com/yt-dlp/yt-dlp
+arch = any
+conflicts = yt-dlp
+depends = python3
+depends = python3-mutagen
+depends = python3-pycryptodome
+depends = python3-websockets
+license = Unlicense
+makedepends = git
+makedepends = glibc-source
+makedepends = pandoc
+makedepends = python3-setuptools
+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/2022.05.18.tar.gz
+sha512sums = 98d4009de89028f17ea59eda36b3dab855a28bd544fac044341b90a9c542f19ca654598aaa64497493d6005b853392327f87d5bd979e182964afe962538810df
+makedepends = git
+makedepends = glibc-source
+makedepends = pandoc
+makedepends = python3-setuptools
+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
diff --git a/PKGBUILD b/PKGBUILD
index 9cf0eaf..4e925d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=yt-dlp-bin
 _pkgname=yt-dlp
-pkgver=2022.04.08
+pkgver=2022.05.18
 pkgrel=1
 pkgdesc='A youtube-dl fork with additional features and fixes'
 arch=('any')
@@ -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=('dbe647da8f7181fe6a9b369458bca4f9081f7096a2844211ff9bb32b62582106b25888704d2770f6dd97458c870d2682aa3e758cf022b2b5b47844636cc9abe5')
+sha512sums=('98d4009de89028f17ea59eda36b3dab855a28bd544fac044341b90a9c542f19ca654598aaa64497493d6005b853392327f87d5bd979e182964afe962538810df')
 options=(!strip)
 
 prepare() {