diff --git a/aplinfo/apltest.pl b/aplinfo/apltest.pl index 63c672360..a4d1e1535 100755 --- a/aplinfo/apltest.pl +++ b/aplinfo/apltest.pl @@ -17,7 +17,7 @@ foreach my $k (keys %{$pkglist->{'all'}}) { # heuristic only.. my $template = "$res->{package}_$res->{version}_$res->{architecture}.tar"; - if ($k !~ m/^($res->{os}-)?\Q$template\E\.(gz|xz)$/) { + if ($k !~ m/^($res->{os}-)?\Q$template\E\.(gz|xz|zst)$/) { print "ERROR: $k != $template\n"; #print Dumper($res) . "\n"; $err = 1;