gjs: update to 1.54.1.

This commit is contained in:
Rasmus Thomsen 2018-09-24 16:15:18 +02:00 committed by maxice8
parent 53521a766d
commit 96f4e44caa
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'gjs'
pkgname=gjs
version=1.54.0
revision=2
version=1.54.1
revision=1
configure_args="--without-dbus-tests"
build_style=gnu-configure
hostmakedepends="glib-devel gobject-introspection intltool pkg-config"
@ -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=e22c63f4dbf243d7a5a6660f6443ca3e5768695a48fc9fdf078bce7cf7aa657d
checksum=b197fe5812a0449f73f7a93ac85a4ee4941916bcf071ea39a67ddd231dc868bc
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" --disable-profiler" # https://gitlab.gnome.org/GNOME/gjs/issues/132