Date: Saturday, April 29, 2023 @ 00:40:36
  Author: heftig
Revision: 475358

0.3.15-3: soup3 for gnome-unstable

Modified:
  grilo/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-29 00:35:32 UTC (rev 475357)
+++ PKGBUILD    2023-04-29 00:40:36 UTC (rev 475358)
@@ -2,7 +2,7 @@
 
 pkgname=grilo
 pkgver=0.3.15
-pkgrel=2
+pkgrel=3
 pkgdesc="Framework that provides access to various sources of multimedia 
content"
 url="https://wiki.gnome.org/Projects/Grilo";
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(
   liboauth
-  libsoup
+  libsoup3
   libxml2
   totem-pl-parser
 )
@@ -40,7 +40,7 @@
 }
 
 build() {
-  arch-meson grilo build -D soup3=false
+  arch-meson grilo build
   meson compile -C build
 }
 

Reply via email to