libsoup3: update to 3.4.2.
This commit is contained in:
parent
45c1c0e931
commit
57f332db80
@ -1,7 +1,7 @@
|
||||
# Template file for 'libsoup3'
|
||||
pkgname=libsoup3
|
||||
version=3.2.0
|
||||
revision=2
|
||||
version=3.4.2
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled
|
||||
@ -19,13 +19,19 @@ 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=2832370698ca8f9fbf174c345b73d89b60561103a626c2df70726b0707f79bd3
|
||||
checksum=78c8fa37cb152d40ec8c4a148d6155e2f6947f3f1602a7cda3a31ad40f5ee2f3
|
||||
make_check=ci-skip # can not bind ports in CI
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -Dtests=true"
|
||||
else
|
||||
configure_args+=" -Dtests=false"
|
||||
fi
|
||||
|
||||
libsoup3-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
Loading…
Reference in New Issue
Block a user