From 3aabfbfd23b5e836da9681c45ce02ccc30ae2de9 Mon Sep 17 00:00:00 2001 From: oreo639 <31916379+Oreo639@users.noreply.github.com> Date: Mon, 18 Apr 2022 18:27:28 -0700 Subject: [PATCH] libsoup3: update to 3.0.6 --- srcpkgs/libsoup3/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template index 61ed3d167f17..5a34ebff7f16 100644 --- a/srcpkgs/libsoup3/template +++ b/srcpkgs/libsoup3/template @@ -1,25 +1,27 @@ # Template file for 'libsoup3' pkgname=libsoup3 -version=3.0.4 +version=3.0.6 revision=1 wrksrc="libsoup-$version" build_style=meson build_helper="gir" configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled - -Dtls_check=false -Dintrospection=$(vopt_if gir enabled disabled) + -Dautobahn=disabled -Dhttp2_tests=disabled -Dtls_check=false + -Dintrospection=$(vopt_if gir enabled disabled) -Dvapi=$(vopt_if gir enabled disabled)" hostmakedepends="gettext-devel glib-devel pkg-config gettext $(vopt_if gir vala) python3-gobject" makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-devel $(vopt_if gir vala-devel)" depends="glib-networking" +checkdepends="${depends} gnutls-devel" short_desc="HTTP library implementation in C" maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://wiki.gnome.org/Projects/libsoup" changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS" distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz" -checksum=5bd38b5e091f707fd7fa3ed7c37aacca3f8e16c65787f1cc17dc38d1dcde567b +checksum=b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6 make_check=no # gio tests can't run in chroot # Package build options