diff options
-rw-r--r-- | user/perl-feature-compat-try/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/perl-feature-compat-try/APKBUILD b/user/perl-feature-compat-try/APKBUILD index 9bb0f233b..80e822509 100644 --- a/user/perl-feature-compat-try/APKBUILD +++ b/user/perl-feature-compat-try/APKBUILD @@ -11,9 +11,9 @@ pkgdesc="An implementation of try/catch for Perl" url="https://metacpan.org/pod/Feature::Compat::Try" arch="noarch" license="GPL-1.0+ OR Artistic-1.0-Perl" -depends="perl" +depends="perl perl-syntax-keyword-try" checkdepends="perl-xs-parse-keyword" -makedepends="perl-module-build perl-syntax-keyword-try" +makedepends="perl-module-build" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |