[arch-commits] Commit in epiphany/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 06:35:08 UTC 2020
Date: Sunday, March 8, 2020 @ 06:35:07
Author: heftig
Revision: 377022
3.36.0-1
Modified:
epiphany/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 06:33:13 UTC (rev 377021)
+++ PKGBUILD 2020-03-08 06:35:07 UTC (rev 377022)
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=epiphany
-pkgver=3.34.4
+pkgver=3.36.0
pkgrel=1
pkgdesc="A GNOME web browser based on the WebKit rendering engine"
url="https://wiki.gnome.org/Apps/Web"
@@ -13,7 +13,7 @@
appstream-glib git meson)
checkdepends=(xorg-server-xvfb)
groups=(gnome)
-_commit=12796df37ad2972070555e37fbe669204bfc632d # tags/3.34.4^0
+_commit=9ad499a7e0630e7e5f9e6bc44e79b6e3dca32c8f # tags/3.36.0^0
source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit")
sha256sums=('SKIP')
@@ -33,7 +33,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)
- xvfb-run meson test -C build --print-errorlogs || :
+ dbus-run-session xvfb-run \
+ -s '-screen 0 1920x1080x24 -nolisten local' \
+ meson test -C build --print-errorlogs || :
}
package() {
More information about the arch-commits
mailing list