aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-object-insideout/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-object-insideout/APKBUILD')
-rw-r--r--community/perl-object-insideout/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/perl-object-insideout/APKBUILD b/community/perl-object-insideout/APKBUILD
index fe5e8e384be..16a7d5bfd6d 100644
--- a/community/perl-object-insideout/APKBUILD
+++ b/community/perl-object-insideout/APKBUILD
@@ -4,13 +4,12 @@
pkgname=perl-object-insideout
_pkgreal=Object-InsideOut
pkgver=4.05
-pkgrel=5
+pkgrel=7
pkgdesc="Comprehensive inside-out object support module"
-url="https://metacpan.org/release/Object-InsideOut/"
+url="https://metacpan.org/dist/Object-InsideOut"
arch="noarch"
license="GPL-2.0-or-later OR Artistic-2.0"
-depends="perl-exception-class perl-module-build"
-makedepends="perl-dev"
+depends="perl perl-exception-class perl-module-build"
checkdepends="perl-want perl-test-pod-coverage"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/J/JD/JDHEDDEN/$_pkgreal-$pkgver.tar.gz"
@@ -26,7 +25,7 @@ build() {
}
check() {
- ./Build test
+ ./Build test
}
package() {