diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template index 050b74c68f5..e7d0ab2a0fc 100644 --- a/srcpkgs/nqp/template +++ b/srcpkgs/nqp/template @@ -1,20 +1,20 @@ # Template file for 'nqp' pkgname=nqp -version=2024.04 +version=2024.06 revision=1 build_style=configure make_check_target=test configure_script="perl Configure.pl" configure_args="--prefix=/usr --backends=moar" hostmakedepends="git perl" -makedepends="MoarVM libffi-devel libtommath-devel libuv-devel" +makedepends="MoarVM libffi-devel libtommath-devel libuv-devel mimalloc-devel" depends="MoarVM-${version}_${revision}" short_desc="Lightweight Raku-like environment for virtual machines" maintainer="Andy Weidenbaum " license="Artistic-2.0" homepage="https://github.com/Raku/nqp" distfiles="https://rakudo.org/dl/nqp/nqp-${version}.tar.gz" -checksum=cea588b0c7c0c03095541989383fef509b78f5ad4ab0657a32baeab6579b8ae9 +checksum=0af0bd5a70aed446ffd246f2d354d88181e555aa6de826f1c40d76ab416bfa94 case "$XBPS_TARGET_MACHINE" in arm*|aarch64*) disable_parallel_build=yes;; esac