diff options
-rw-r--r-- | main/acf-core/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD index 2793a09559..35be35999b 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -3,14 +3,14 @@ _luaversion="5.2" pkgname=acf-core pkgver=0.21.1 -pkgrel=0 +pkgrel=1 pkgdesc="A web-based system administration interface framework" url="https://git.alpinelinux.org/cgit/acf/acf-core" arch="noarch" license="GPL-2.0" install="$pkgname.post-upgrade" depends="acf-jquery acf-lib acf-skins haserl-lua$_luaversion lua$_luaversion - lua$_luaversion-posix lua$_luaversion-md5 lua$_luaversion-json4 + lua$_luaversion-posix lua$_luaversion-md5 lua-json4 lua$_luaversion-subprocess" source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz" |