diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index f2c64abdf62cf70c7798749265bca7e2ff3478af..b6841d76b11df810b17a32e265949085c7046a3e 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"