quodlibet: depends on libsoup3
Version 4.6.0 switched from requiring soup2 to requiring soup3. https://quodlibet.readthedocs.io/en/latest/changelog.html#release-4-6-0
This commit is contained in:
parent
5ff34256c5
commit
935d5b23ca
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'quodlibet'
|
||||
pkgname=quodlibet
|
||||
version=4.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="intltool python3-devel python3-setuptools"
|
||||
depends="desktop-file-utils gst-plugins-bad1 gst-plugins-base1 gst-plugins-good1
|
||||
gst-plugins-ugly1 gtk+3 hicolor-icon-theme python3-dbus python3-feedparser
|
||||
python3-gobject python3-mutagen libsoup"
|
||||
python3-gobject python3-mutagen libsoup3"
|
||||
short_desc="Music Library/Editor/Player"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue