[arch-commits] Commit in yt-dlp/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Oct 27 17:59:52 UTC 2021


    Date: Wednesday, October 27, 2021 @ 17:59:52
  Author: arojas
Revision: 1034744

Depend on pycryptodomex (FS#72562)

Modified:
  yt-dlp/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-27 17:31:38 UTC (rev 1034743)
+++ PKGBUILD	2021-10-27 17:59:52 UTC (rev 1034744)
@@ -4,12 +4,12 @@
 
 pkgname=yt-dlp
 pkgver=2021.10.22
-pkgrel=3
+pkgrel=4
 pkgdesc='A youtube-dl fork with additional features and fixes'
 arch=(any)
 url='https://github.com/yt-dlp/yt-dlp'
 license=(Unlicense)
-depends=(python-mutagen python-pycryptodome python-websockets)
+depends=(python-mutagen python-pycryptodomex python-websockets)
 makedepends=(python-setuptools pandoc)
 optdepends=('ffmpeg: for video post-processing'
             'rtmpdump: for rtmp streams support'



More information about the arch-commits mailing list