libsoup: update to 2.74.0.
This commit is contained in:
parent
47ffb35fb0
commit
6e6fb9c5ca
2 changed files with 6 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libsoup'
|
||||
pkgname=libsoup
|
||||
version=2.72.0
|
||||
version=2.74.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
|
@ -16,21 +16,17 @@ short_desc="HTTP library implementation in C"
|
|||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://wiki.gnome.org/Projects/libsoup"
|
||||
changelog="https://raw.githubusercontent.com/GNOME/libsoup/gnome-3-36/NEWS"
|
||||
changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/libsoup-2-74/NEWS"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=170c3f8446b0f65f8e4b93603349172b1085fb8917c181d10962f02bb85f5387
|
||||
checksum=33b1d4e0d639456c675c227877e94a8078d731233e2d57689c11abcef7d3c48e
|
||||
make_check=no # gio tests can't run in chroot
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
||||
# gio tests can't run in chroot
|
||||
do_check() {
|
||||
:
|
||||
}
|
||||
|
||||
libsoup-devel_package() {
|
||||
depends="${makedepends} libsoup>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/lib/pkgconfig/libsoup-2.4.pc
|
||||
|
|
1
srcpkgs/libsoup/update
Normal file
1
srcpkgs/libsoup/update
Normal file
|
@ -0,0 +1 @@
|
|||
ignore="3.*"
|
Loading…
Reference in a new issue