Date: Sunday, September 4, 2022 @ 00:51:01 Author: heftig Revision: 1292762
3.0.8-1 Modified: lib32-libsoup3/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-04 00:43:29 UTC (rev 1292761) +++ PKGBUILD 2022-09-04 00:51:01 UTC (rev 1292762) @@ -3,7 +3,7 @@ # Contributor: josephgbr <[email protected]> pkgname=lib32-libsoup3 -pkgver=3.0.7 +pkgver=3.0.8 pkgrel=1 pkgdesc='HTTP client/server library for GNOME' url=https://wiki.gnome.org/Projects/libsoup @@ -22,16 +22,16 @@ makedepends=( git meson + python-quart samba ) checkdepends=( apache php-apache - python-quart ) optdepends=('samba: Windows Domain SSO') options=(debug) -_commit=40cabaef1bd71475fcf34a618ad5937cefb76513 # tags/3.0.7^0 +_commit=66b1deac20ce3857d0c6cf225d4517027e532c0b # tags/3.0.8^0 source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${_commit}) sha256sums=('SKIP') @@ -56,7 +56,9 @@ } check() { - meson test -C build --print-errorlogs + # Python's output buffering messes with the tests reading stdout lines from + # http2-server.py through a pipe + PYTHONUNBUFFERED=1 meson test -C build --print-errorlogs } package() { @@ -72,4 +74,4 @@ rm -rf "${pkgdir}"/usr/{include,share} } -# vim:set sw=2 et: +# vim:set sw=2 sts=-1 et:
