aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-path-iterator-rule/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-path-iterator-rule/APKBUILD')
-rw-r--r--community/perl-path-iterator-rule/APKBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/community/perl-path-iterator-rule/APKBUILD b/community/perl-path-iterator-rule/APKBUILD
index 3c669674d62..51a80e3add6 100644
--- a/community/perl-path-iterator-rule/APKBUILD
+++ b/community/perl-path-iterator-rule/APKBUILD
@@ -4,19 +4,14 @@
pkgname=perl-path-iterator-rule
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Path-Iterator-Rule
-pkgver=1.014
-pkgrel=2
+pkgver=1.015
+pkgrel=1
pkgdesc="iterative, recursive file finder"
url="https://metacpan.org/release/Path-Iterator-Rule/"
arch="noarch"
license="Apache-2.0"
-depends="
- perl perl-number-compare perl-try-tiny perl-text-glob
- "
-makedepends="perl-dev"
-checkdepends="
- perl-test-filename perl-path-tiny perl-file-pushd perl-test-deep
- "
+depends="perl perl-number-compare perl-try-tiny perl-text-glob"
+checkdepends="perl-test-filename perl-path-tiny perl-file-pushd perl-test-deep"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Iterator-Rule-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
@@ -37,4 +32,6 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="d401d3b0f59ffd15d088dc3859a118fb689d6126e5dbc7602db123ae01c461a12831768e4485732781e05d33c69c2f7be90475048633df029ba870346459c591 Path-Iterator-Rule-1.014.tar.gz"
+sha512sums="
+cc310fa74855021edc86c1fcd5686684ec372062463d6f0b6e83795313ee4ee69207f20a893fbf8031991abdf40bdaa117529e92f5f3d57fb13c9700a9422481 Path-Iterator-Rule-1.015.tar.gz
+"