aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-test-mock-guard
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-test-mock-guard')
-rw-r--r--community/perl-test-mock-guard/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/perl-test-mock-guard/APKBUILD b/community/perl-test-mock-guard/APKBUILD
index c105e3e267..a4e20a363a 100644
--- a/community/perl-test-mock-guard/APKBUILD
+++ b/community/perl-test-mock-guard/APKBUILD
@@ -3,12 +3,13 @@
pkgname=perl-test-mock-guard
_pkgname=Test-Mock-Guard
pkgver=0.10
-pkgrel=1
+pkgrel=2
pkgdesc="Simple mock test library using RAII"
url="https://github.com/zigorou/p5-test-mock-guard"
arch="noarch"
license="PerlArtistic"
-makedepends="perl-dev perl-module-build perl-class-load"
+depends="perl-class-load perl-exporter"
+makedepends="perl-dev perl-module-build"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/X/XA/XAICRON/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"