Date: Wednesday, September 22, 2021 @ 23:46:51 Author: heftig Revision: 424561
2.74.0-2: enable tests Modified: libsoup/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-22 23:39:15 UTC (rev 424560) +++ PKGBUILD 2021-09-22 23:46:51 UTC (rev 424561) @@ -3,7 +3,7 @@ pkgname=libsoup pkgver=2.74.0 -pkgrel=1 +pkgrel=2 pkgdesc="HTTP client/server library for GNOME" url="https://wiki.gnome.org/Projects/libsoup" arch=(x86_64) @@ -33,9 +33,7 @@ } check() { - # SSL test flaky - # https://gitlab.gnome.org/GNOME/libsoup/-/issues/188 - meson test -C build --print-errorlogs || : + meson test -C build --print-errorlogs } package() {
