gjs: update to 1.56.1.

This commit is contained in:
maxice8 2019-04-08 05:09:41 -03:00 committed by maxice8
parent f543da9026
commit 5cce3f94b4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gjs'
pkgname=gjs
version=1.56.0
version=1.56.1
revision=1
build_style=gnu-configure
build_helper="gir"
@ -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=64a7ad5554adb0105fabb432abcfa690033c177d8e650872b469b7cbf475ec1a
checksum=6724f10e451eaf867e10f0badc3e1e606d823cf5b4c50c5129ee0106b2c1d473
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" --disable-profiler" # https://gitlab.gnome.org/GNOME/gjs/issues/132