diff options
Diffstat (limited to 'community/perl-data-dump/APKBUILD')
-rw-r--r-- | community/perl-data-dump/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/perl-data-dump/APKBUILD b/community/perl-data-dump/APKBUILD index cfb2b22ad5..75361b37c5 100644 --- a/community/perl-data-dump/APKBUILD +++ b/community/perl-data-dump/APKBUILD @@ -4,13 +4,11 @@ pkgname=perl-data-dump _pkgreal=Data-Dump pkgver=1.23 -pkgrel=1 +pkgrel=2 pkgdesc="Pretty printing of data structures" url="http://search.cpan.org/dist/Data-Dump/" arch="noarch" license="GPL PerlArtistic" -cpandepends="" -cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" @@ -33,8 +31,8 @@ build() { } check() { - cd "$builddir" - make test + cd "$builddir" + make test } package() { |