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

Antonio Rojas arojas at gemini.archlinux.org
Fri Apr 8 16:49:18 UTC 2022


    Date: Friday, April 8, 2022 @ 16:49:18
  Author: arojas
Revision: 1182999

Update to 2022.04.08

Modified:
  yt-dlp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-08 16:42:26 UTC (rev 1182998)
+++ PKGBUILD	2022-04-08 16:49:18 UTC (rev 1182999)
@@ -3,13 +3,13 @@
 # Contributor: katt <magunasu.b97 at gmail.com>
 
 pkgname=yt-dlp
-pkgver=2022.03.08.1
+pkgver=2022.04.08
 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=(python)
+depends=(python-certifi)
 makedepends=(python-build python-installer python-setuptools python-wheel pandoc)
 optdepends=('ffmpeg: for video post-processing'
             'rtmpdump: for rtmp streams support'
@@ -19,7 +19,7 @@
             'python-pycryptodomex: For decrypting AES-128 HLS streams and various other data'
             'python-websockets: For downloading over websocket')
 source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
-sha256sums=('135fd7bbf81c2639419b191d8e5abb80cd8a9801b7ed8e92a331a4107e820ab2')
+sha256sums=('a9ea3753977dd82f051f0674fbdc3eb5ff49a67246f4bd3cac5745702828d1db')
 
 build() {
   cd $pkgname



More information about the arch-commits mailing list