diff options
| author | Timothy Legge <timlegge@gmail.com> | 2020-02-25 23:57:27 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-02-27 00:03:26 +0000 |
| commit | c9f84744ce5a5cdb3feffbc00471f77fb273936e (patch) | |
| tree | 41d893f07f81eb03e726770d2948b823abf8946d | |
| parent | 650789a096d605ed6dc4465c5c62e192c5eae839 (diff) | |
| download | aports-c9f84744ce5a5cdb3feffbc00471f77fb273936e.tar.bz2 aports-c9f84744ce5a5cdb3feffbc00471f77fb273936e.tar.xz | |
community/perl-uri-fromhash: move from testing
| -rw-r--r-- | community/perl-uri-fromhash/APKBUILD (renamed from testing/perl-uri-fromhash/APKBUILD) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/perl-uri-fromhash/APKBUILD b/community/perl-uri-fromhash/APKBUILD index 8c690276c1..f22f38e4fa 100644 --- a/testing/perl-uri-fromhash/APKBUILD +++ b/community/perl-uri-fromhash/APKBUILD @@ -9,11 +9,9 @@ pkgdesc="Build a URI from a set of named parameters" url="https://metacpan.org/release/URI-FromHash/" arch="noarch" license="Artistic-2.0" -cpandepends="perl-params-validate perl-uri" -cpancheckdepends="perl-test-fatal" -depends="$cpandepends" +depends="perl-params-validate perl-uri" +checkdepends="perl-test-fatal" makedepends="perl-dev" -checkdepends="$cpancheckdepends" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/URI-FromHash-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |
