aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-safe-isa/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-safe-isa/APKBUILD')
-rw-r--r--community/perl-safe-isa/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/perl-safe-isa/APKBUILD b/community/perl-safe-isa/APKBUILD
index 347bec14371..2a2b781b424 100644
--- a/community/perl-safe-isa/APKBUILD
+++ b/community/perl-safe-isa/APKBUILD
@@ -5,13 +5,12 @@ pkgname=perl-safe-isa
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Safe-Isa
pkgver=1.000010
-pkgrel=2
+pkgrel=3
pkgdesc="Call isa, can, does and DOES safely on things that may not be objects"
url="https://metacpan.org/release/Safe-Isa/"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl"
-makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/E/ET/ETHER/Safe-Isa-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"