aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-exception-tiny/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-exception-tiny/APKBUILD')
-rw-r--r--community/perl-exception-tiny/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-exception-tiny/APKBUILD b/community/perl-exception-tiny/APKBUILD
index cbfb9496ff5..065dd887527 100644
--- a/community/perl-exception-tiny/APKBUILD
+++ b/community/perl-exception-tiny/APKBUILD
@@ -5,15 +5,15 @@ pkgname=perl-exception-tiny
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Exception-Tiny
pkgver=0.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="Perl module for Exception-Tiny"
url="https://metacpan.org/release/Exception-Tiny/"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl"
-makedepends="perl-dev perl-class-accessor-lite perl-module-build perl-test-requires"
+makedepends="perl-class-accessor-lite perl-module-build perl-test-requires"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/Y/YA/YAPPO/Exception-Tiny-v0.2.1.tar.gz"
+source="https://cpan.metacpan.org/authors/id/Y/YA/YAPPO/Exception-Tiny-v$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-v$pkgver"
build() {