diff options
-rw-r--r-- | testing/perl-specio/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-specio/APKBUILD b/testing/perl-specio/APKBUILD index 2759159e59..e4b5089e50 100644 --- a/testing/perl-specio/APKBUILD +++ b/testing/perl-specio/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Type constraints and coercions for Perl" url="https://github.com/houseabsolute/Specio" arch="all" license="Artistic" -depends="" +depends="perl" makedepends="" install="" subpackages="$pkgname-doc" |