summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2018-06-19 21:35:57 +0200
committerGeorg Schlisio2018-06-19 21:35:57 +0200
commitc6042a762623e1688abbc2086de90b3a73b271f1 (patch)
tree7762d09d21d2a04c2de547476600d95d6d82d8c9
parent382a86da46c6db0fa9827ff17392c486ae85367d (diff)
downloadaur-c6042a762623e1688abbc2086de90b3a73b271f1.tar.gz
fix build deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19dd6f17f97d..dcbcc61aa0a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Jun 19 19:35:21 UTC 2018
pkgbase = luaunbound
pkgdesc = drop-in replacement for Prosodys internal DNS library with a binding to libunbound
pkgver = 2017.11.15
@@ -10,6 +12,8 @@ pkgbase = luaunbound
makedepends = mercurial
makedepends = unbound
makedepends = lua
+ makedepends = libxslt
+ makedepends = ccache
depends = unbound
optdepends = luajit: jit for lua
source = luaunbound::hg+https://code.zash.se/luaunbound
diff --git a/PKGBUILD b/PKGBUILD
index 284aa1bd6ec5..0aff0e72497c 100644
--- a/PKGBUILD
+++ b/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")
+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")