From d6edc06b8ff844f47dba270eae430fe9b04536ed Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Tue, 19 Jun 2018 13:37:52 -0400 Subject: [PATCH] Fix luaunbound --- src/luaunbound/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luaunbound/PKGBUILD b/src/luaunbound/PKGBUILD index 9099bb0..0aff0e7 100644 --- a/src/luaunbound/PKGBUILD +++ b/src/luaunbound/PKGBUILD @@ -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")