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

Antonio Rojas arojas at gemini.archlinux.org
Tue Oct 26 22:13:34 UTC 2021


    Date: Tuesday, October 26, 2021 @ 22:13:33
  Author: arojas
Revision: 1034584

Replace youtube-dl dependency with yt-dlp (FS#72547)

Modified:
  clipgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-26 22:12:54 UTC (rev 1034583)
+++ PKGBUILD	2021-10-26 22:13:33 UTC (rev 1034584)
@@ -6,12 +6,12 @@
 
 pkgname=clipgrab
 pkgver=3.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ...'
 arch=(x86_64)
 url='https://clipgrab.org'
 license=(GPL3)
-depends=(qt5-webengine youtube-dl)
+depends=(qt5-webengine yt-dlp)
 optdepends=('ffmpeg: for the conversion functionality')
 source=(https://download.clipgrab.org/$pkgname-$pkgver.tar.gz
         $pkgname.desktop)



More information about the arch-commits mailing list