Date: Tuesday, October 25, 2022 @ 22:53:25 Author: heftig Revision: 459033
0.3.15-1 Modified: grilo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 22:49:14 UTC (rev 459032) +++ PKGBUILD 2022-10-25 22:53:25 UTC (rev 459033) @@ -7,7 +7,7 @@ url="https://wiki.gnome.org/Projects/Grilo" arch=(x86_64) license=(LGPL) -depends=(libxml2 libsoup liboauth totem-plparser) +depends=(libxml2 libsoup3 liboauth totem-plparser) makedepends=(gobject-introspection gtk-doc vala git meson gtk3) optdepends=('grilo-plugins: Plugins for grilo' 'gtk3: Test UI') @@ -27,7 +27,7 @@ } build() { - arch-meson grilo build -D soup3=false + arch-meson grilo build meson compile -C build }
