diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template index e61a15e87ef..1a19842929b 100644 --- a/srcpkgs/rakudo/template +++ b/srcpkgs/rakudo/template @@ -1,6 +1,6 @@ # Template file for 'rakudo' pkgname=rakudo -version=2023.02 +version=2023.04 revision=1 build_style=configure make_check_target=test @@ -31,10 +31,15 @@ license="Artistic-2.0" homepage="https://rakudo.org" changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog" distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz" -checksum=fd1686aa2cf32eb9f0eb7d0d6f96dfc897cf53ccf89eda7d225b68738093aa11 +checksum=810b12bd7ef45178fa92371c593094fa731a94e6e4894596bf542222fedd983d nocross=yes provides="raku-${version}_${revision}" +post_extract() { + # remove failing test + rm --force t/09-moar/01-profilers.t +} + post_install() { vbin tools/install-dist.raku raku-install-dist }