Date: Saturday, September 26, 2020 @ 23:34:12 Author: heftig Revision: 396686
3.38.0-1 Modified: epiphany/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-26 23:20:13 UTC (rev 396685) +++ PKGBUILD 2020-09-26 23:34:12 UTC (rev 396686) @@ -2,18 +2,18 @@ # Contributor: Jan de Groot <[email protected]> pkgname=epiphany -pkgver=3.36.4 +pkgver=3.38.0 pkgrel=1 pkgdesc="A GNOME web browser based on the WebKit rendering engine" url="https://wiki.gnome.org/Apps/Web" arch=(x86_64) license=(GPL) -depends=(webkit2gtk gcr icu libdazzle libhandy) +depends=(webkit2gtk gcr icu libdazzle libhandy libportal) makedepends=(docbook-xml startup-notification lsb-release gobject-introspection yelp-tools appstream-glib git meson) -checkdepends=(xorg-server-xvfb) +checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko) groups=(gnome) -_commit=f2e4d46e7029d95969e588d3db5a98df7b8c0856 # tags/3.36.4^0 +_commit=38c6671c5b8f46b061f1f4be1fa25b097d09beeb # tags/3.38.0^0 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit") sha256sums=('SKIP') @@ -32,10 +32,9 @@ } check() { - # ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: assertion failed (g_list_length (apps) == 1): (0 == 1) dbus-run-session xvfb-run \ -s '-screen 0 1920x1080x24 -nolisten local' \ - meson test -C build --print-errorlogs || : + meson test -C build --print-errorlogs } package() {
