gjs: update to 1.54.2.

This commit is contained in:
maxice8 2018-10-22 13:55:27 -03:00 committed by maxice8
parent 6263961efd
commit 0c608b3329
1 changed files with 2 additions and 2 deletions

View File

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