[arch-commits] Commit in gjs/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sun Aug 15 16:18:08 UTC 2021


    Date: Sunday, August 15, 2021 @ 16:18:08
  Author: heftig
Revision: 422266

1.68.3-1

Modified:
  gjs/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-15 08:44:04 UTC (rev 422265)
+++ PKGBUILD	2021-08-15 16:18:08 UTC (rev 422266)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gjs
-pkgver=1.68.2
+pkgver=1.68.3
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
-_commit=dd4944f4271f65dc57438a9ff8d47f55b3acd928  # tags/1.68.2^0
+_commit=44999624184db531715fcf65721c1882b4a748bc  # tags/1.68.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -35,7 +35,7 @@
 }
 
 check() {
-  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
+  xvfb-run -s '-nolisten local' \
     meson test -C build --print-errorlogs
 }
 



More information about the arch-commits mailing list