apkbuild-cpan.in: package sort order on upgrade

This commit is contained in:
Timothy Legge 2021-04-04 00:27:34 -03:00
parent 775efcf61d
commit 3af74788bb
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ given ( $ARGV[0] ) {
close $fh;
prepare_tree;
do_depends ($moddata->{version});
do_depends ($moddata->{version}, $apkbuild);
} else {
say "Up-to-data with CPAN";
}