From 73f0fc53ff898fb8e5ff05ca4050f3bec4a5d625 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 11 Jan 2023 03:27:23 -0800 Subject: [PATCH] libostree: use curl instead of libsoup2 Fixes support for applications using libsoup3. --- srcpkgs/libostree/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libostree/template b/srcpkgs/libostree/template index ee694029ad3..4e907d2785c 100644 --- a/srcpkgs/libostree/template +++ b/srcpkgs/libostree/template @@ -1,17 +1,18 @@ # Template file for 'libostree' pkgname=libostree version=2022.7 -revision=1 +revision=2 build_style=gnu-configure build_helper="gir" configure_args=" --with-builtin-grub2-mkconfig --with-ed25519-libsodium --with-openssl + --with-curl $(vopt_enable gir introspection)" hostmakedepends="bison docbook-xsl glib-devel libxslt pkg-config" makedepends="e2fsprogs-devel fuse-devel glib-devel gpgme-devel libarchive-devel - libsoup-devel libsodium-devel $(vopt_if gir 'gobject-introspection')" + libcurl-devel libsoup-devel libsodium-devel $(vopt_if gir 'gobject-introspection')" checkdepends="attr-progs cpio elfutils gnupg python3-yaml tar which xz" short_desc="Operating system and container binary deployment and upgrades" maintainer="Duncaen "