gjs: update to 1.56.2.

This commit is contained in:
Enno Boland 2019-08-03 10:09:21 +02:00
parent e4f0981f10
commit 1d70b524d1
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,7 +1,7 @@
# Template file for 'gjs'
pkgname=gjs
version=1.56.1
revision=2
version=1.56.2
revision=1
build_style=gnu-configure
build_helper="gir"
configure_args="--without-dbus-tests"
@ -13,7 +13,7 @@ license="MIT, LGPL-2.0-or-later"
homepage="https://wiki.gnome.org/action/show/Projects/Gjs"
changelog="https://gitlab.gnome.org/GNOME/gjs/blob/gnome-3-30/NEWS"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=6724f10e451eaf867e10f0badc3e1e606d823cf5b4c50c5129ee0106b2c1d473
checksum=4c89818c3d0e2186fcc4cb5228e9bf2a1866dd7d6646a18f1b37219b6710a3ac
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" --disable-profiler" # https://gitlab.gnome.org/GNOME/gjs/issues/132