diff --git a/srcpkgs/gjs/template b/srcpkgs/gjs/template index a702aa505c7..9ccef419c1e 100644 --- a/srcpkgs/gjs/template +++ b/srcpkgs/gjs/template @@ -1,18 +1,18 @@ # Template file for 'gjs' pkgname=gjs -version=1.54.2 +version=1.54.3 revision=1 -configure_args="--without-dbus-tests" build_style=gnu-configure +configure_args="--without-dbus-tests" hostmakedepends="glib-devel gobject-introspection intltool pkg-config" makedepends="dbus-glib-devel libgirepository-devel mozjs60-devel readline-devel" short_desc="Mozilla-based javascript bindings for the GNOME platform" maintainer="Enno Boland " 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" +changelog="https://gitlab.gnome.org/GNOME/gjs/blob/gnome-3-30/NEWS" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=6f2ddbff4557879b1ea8b0ee710d27201c3a5ae12dc19b88238a6eaaa1ad865f +checksum=76b30dcc3ce9836c053aee531aa9f1d9d3f94b8503adf0a5a7bd176c492ba6b1 case "$XBPS_TARGET_MACHINE" in *-musl) configure_args+=" --disable-profiler" # https://gitlab.gnome.org/GNOME/gjs/issues/132