libsoup3: update to 3.2.0.
This commit is contained in:
parent
e213f97802
commit
faaa391d06
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libsoup3'
|
# Template file for 'libsoup3'
|
||||||
pkgname=libsoup3
|
pkgname=libsoup3
|
||||||
version=3.0.7
|
version=3.2.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="libsoup-$version"
|
wrksrc="libsoup-$version"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -12,15 +12,16 @@ hostmakedepends="gettext-devel glib-devel pkg-config gettext
|
||||||
$(vopt_if gir vala) python3-gobject"
|
$(vopt_if gir vala) python3-gobject"
|
||||||
makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-devel
|
makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-devel
|
||||||
$(vopt_if gir vala-devel)"
|
$(vopt_if gir vala-devel)"
|
||||||
depends="glib-networking"
|
depends="glib-networking gnutls-devel"
|
||||||
|
checkdepends="$depends"
|
||||||
short_desc="HTTP library implementation in C"
|
short_desc="HTTP library implementation in C"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/libsoup"
|
homepage="https://wiki.gnome.org/Projects/libsoup"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
|
||||||
checksum=ebdf90cf3599c11acbb6818a9d9e3fc9d2c68e56eb829b93962972683e1bf7c8
|
checksum=2832370698ca8f9fbf174c345b73d89b60561103a626c2df70726b0707f79bd3
|
||||||
make_check=no # gio tests can't run in chroot
|
make_check=ci-skip # can not bind ports in CI
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue