aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-cwd-guard/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-cwd-guard/APKBUILD')
-rw-r--r--community/perl-cwd-guard/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-cwd-guard/APKBUILD b/community/perl-cwd-guard/APKBUILD
index fb63079196f..a766727dff4 100644
--- a/community/perl-cwd-guard/APKBUILD
+++ b/community/perl-cwd-guard/APKBUILD
@@ -5,13 +5,13 @@ pkgname=perl-cwd-guard
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Cwd-Guard
pkgver=0.05
-pkgrel=0
+pkgrel=1
pkgdesc="Temporary changing working directory (chdir)"
url="https://metacpan.org/release/Cwd-Guard/"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl"
-makedepends="perl-dev perl-test-requires perl-module-build perl-module-build"
+makedepends="perl-test-requires perl-module-build perl-module-build"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/Cwd-Guard-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"