fixed APKBUILD

wrong dependencies
This commit is contained in:
2018-02-18 14:01:53 +01:00
parent b94a19399b
commit 9524e9c06f

View File

@@ -7,7 +7,7 @@ pkgdesc="ACF interface for the OpenPDU project"
url="https://github.com/openpdu/acf-openpdu" url="https://github.com/openpdu/acf-openpdu"
arch="noarch" arch="noarch"
license="GPL2" license="GPL2"
depends="acf-core, openpdu" depends="acf-core openpdu lua-cjson"
makedepends="" makedepends=""
install="acf-openpdu.post-install" install="acf-openpdu.post-install"
subpackages="" subpackages=""