diff options
Diffstat (limited to 'testing/perl-shell-guess')
-rw-r--r-- | testing/perl-shell-guess/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-shell-guess/APKBUILD b/testing/perl-shell-guess/APKBUILD index 6c7b3ae187..170bf1f28f 100644 --- a/testing/perl-shell-guess/APKBUILD +++ b/testing/perl-shell-guess/APKBUILD @@ -4,13 +4,13 @@ pkgname=perl-shell-guess _pkgreal=Shell-Guess pkgver=0.06 -pkgrel=0 +pkgrel=1 pkgdesc="Make an educated guess about the shell in use" url="http://search.cpan.org/dist/Shell-Guess/" arch="noarch" license="GPL PerlArtistic" cpandepends="" -cpanmakedepends=" " +cpanmakedepends="perl-module-build" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" |