aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/busybox/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD
index f2c64abdf6..b6841d76b1 100644
--- a/main/busybox/APKBUILD
+++ b/main/busybox/APKBUILD
@@ -3,12 +3,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=busybox
pkgver=1.31.1
-pkgrel=14
+pkgrel=15
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url="https://busybox.net/"
arch="all"
license="GPL-2.0-only"
-makedepends_host="linux-headers openssl-dev libtls-standalone-dev"
+makedepends_host="linux-headers openssl-dev libtls-standalone-dev perl"
makedepends="$makedepends_build $makedepends_host"
checkdepends="zip"
provides="/bin/sh"