aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-04-01 18:43:12 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-04-01 18:43:16 +0000
commitb03032407111b3cf7b4203858d53e0d353b5ee61 (patch)
treeb82620f01cb86585498f986e3b42526f8094890b
parent429ca4015713adae476278e5cb117d9ff3afe53b (diff)
downloadaports-b03032407111b3cf7b4203858d53e0d353b5ee61.tar.bz2
aports-b03032407111b3cf7b4203858d53e0d353b5ee61.tar.xz
community/perl-dancer: add missing dependency
-rw-r--r--community/perl-dancer/APKBUILD3
-rw-r--r--community/perl-data-dump/APKBUILD8
2 files changed, 5 insertions, 6 deletions
diff --git a/community/perl-dancer/APKBUILD b/community/perl-dancer/APKBUILD
index bd015c2a77..67c356cf8e 100644
--- a/community/perl-dancer/APKBUILD
+++ b/community/perl-dancer/APKBUILD
@@ -10,7 +10,8 @@ arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-module-runtime perl-try-tiny perl-hash-merge-simple
perl-mime-types perl-http-server-simple-psgi perl-http-body
- perl-devel-hide perl-plack perl-libwww perl-test-nowarnings"
+ perl-devel-hide perl-plack perl-libwww perl-test-nowarnings
+ perl-data-dump"
cpancheckdepends="perl-yaml perl-http-cookies perl-json perl-http-cookiejar
perl-test-pod-coverage perl-test-output"
depends="$cpandepends"
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() {