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

Jan Steffens heftig at archlinux.org
Sun May 31 18:16:13 UTC 2020


    Date: Sunday, May 31, 2020 @ 18:16:12
  Author: heftig
Revision: 387975

1.64.3-1

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-31 18:03:43 UTC (rev 387974)
+++ PKGBUILD	2020-05-31 18:16:12 UTC (rev 387975)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gjs
-pkgver=1.64.2
+pkgver=1.64.3
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git sysprof meson)
 checkdepends=(valgrind xorg-server-xvfb)
 provides=(libgjs.so)
-_commit=85f1c7d1fd9ec984742af7e193e42eb643476607  # tags/1.64.2^0
+_commit=2b099f61dfc93529925bb117f53fcf63be76c3f7  # tags/1.64.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -28,7 +28,7 @@
 
 build() {
   arch-meson $pkgname build --buildtype release -D installed_tests=false
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list