Fix luaunbound

This commit is contained in:
Travis Burtrum 2018-06-19 13:37:52 -04:00
parent c55a55c610
commit d6edc06b8f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ url="https://www.zash.se/luaunbound.html"
arch=('i686' 'x86_64')
license=('custom:MIT')
depends=("unbound")
makedepends=("mercurial" "unbound" "lua" "libxslt" "lua52")
makedepends=("mercurial" "unbound" "lua" "libxslt" "ccache")
optdepends=("luajit: jit for lua")
install=luaunbound.install
source=("${pkgname}::hg+https://code.zash.se/luaunbound" "use_cc.patch")