From cc4ba91a6875d9e1c24301019c36fd9cd6b1f10c Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Tue, 17 Mar 2020 18:01:34 +0100 Subject: [PATCH] lollypop: add missing runtime dep 'python3-BeautifulSoup4' --- srcpkgs/lollypop/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template index a3a2c25c3b4..c5de1d373fc 100644 --- a/srcpkgs/lollypop/template +++ b/srcpkgs/lollypop/template @@ -1,13 +1,14 @@ # Template file for 'lollypop' pkgname=lollypop version=1.2.25 -revision=1 +revision=2 archs=noarch build_style=meson hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config" makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel" -depends="dconf gst-libav gst-plugins-good1 libnotify libsecret python3-dbus python3-gobject - python3-pylast python3-youtube-dl python3-Pillow totem-pl-parser" +depends="dconf gst-libav gst-plugins-good1 libnotify libsecret + python3-dbus python3-gobject python3-pylast python3-youtube-dl + python3-Pillow totem-pl-parser python3-BeautifulSoup4" short_desc="Music player for GNOME" maintainer="Jürgen Buchmüller " license="GPL-3.0-or-later"