diff options
-rw-r--r-- | community/perl-alien-build/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/perl-alien-build/APKBUILD b/community/perl-alien-build/APKBUILD index 65f4c1b9b5..7d1158451f 100644 --- a/community/perl-alien-build/APKBUILD +++ b/community/perl-alien-build/APKBUILD @@ -10,7 +10,7 @@ pkgdesc="Build external dependencies for use in CPAN" url="https://metacpan.org/release/Alien-Build/" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" -depends="perl perl-ffi-checklib perl-file-which perl-capture-tiny perl-file-chdir perl-path-tiny" +depends="perl perl-path-tiny perl-file-chdir perl-capture-tiny perl-file-which perl-ffi-checklib" makedepends="perl-dev perl-file-which" checkdepends="perl-test2-suite" subpackages="$pkgname-doc" |