From 3fb7b67429f231755d0a7e08411aba4ae5d2b183 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 8 Mar 2023 18:16:59 +0100 Subject: [PATCH] lollypop: fix dependency on /youtube-dl/yt-dlp/ --- srcpkgs/lollypop/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template index 7b7bb8873a7..c2a2d68bd19 100644 --- a/srcpkgs/lollypop/template +++ b/srcpkgs/lollypop/template @@ -1,14 +1,14 @@ # Template file for 'lollypop' pkgname=lollypop version=1.4.37 -revision=1 +revision=2 build_style=meson hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config" makedepends="gtk+3-devel libsoup3-devel python3-gobject-devel python3-devel libhandy1-devel" depends="dconf gst-libav gst-plugins-good1 libnotify libsecret python3-Pillow totem-pl-parser python3-BeautifulSoup4 libhandy1 - python3-gobject python3-pylast youtube-dl" + python3-gobject python3-pylast yt-dlp" short_desc="Music player for GNOME" maintainer="Duncaen " license="GPL-3.0-or-later"