Date: Tuesday, October 25, 2022 @ 23:13:17 Author: heftig Revision: 459037
0.3.15-2 Modified: grilo/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 22:59:20 UTC (rev 459036) +++ PKGBUILD 2022-10-25 23:13:17 UTC (rev 459037) @@ -2,12 +2,12 @@ pkgname=grilo pkgver=0.3.15 -pkgrel=1 +pkgrel=2 pkgdesc="Framework that provides access to various sources of multimedia content" url="https://wiki.gnome.org/Projects/Grilo" arch=(x86_64) license=(LGPL) -depends=(libxml2 libsoup3 liboauth totem-plparser) +depends=(libxml2 libsoup 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 + arch-meson grilo build -D soup3=false meson compile -C build } @@ -38,3 +38,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
