aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-number-bytes-human/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-number-bytes-human/APKBUILD')
-rw-r--r--community/perl-number-bytes-human/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-number-bytes-human/APKBUILD b/community/perl-number-bytes-human/APKBUILD
index 0b049d7e02e..943a7ab7899 100644
--- a/community/perl-number-bytes-human/APKBUILD
+++ b/community/perl-number-bytes-human/APKBUILD
@@ -4,12 +4,12 @@
pkgname=perl-number-bytes-human
_pkgreal=Number-Bytes-Human
pkgver=0.11
-pkgrel=1
+pkgrel=2
pkgdesc="Convert byte count to human readable format"
url="https://metacpan.org/release/Number-Bytes-Human/"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
-makedepends="perl-dev"
+depends="perl"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/F/FE/FERREIRA/Number-Bytes-Human-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"