summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 12 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b0dbaf8d4ab..0ba241f1edb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,18 @@ url='https://www.knot-dns.cz/'
arch=('i686' 'x86_64')
license=('GPL3')
install=install
-depends=('liburcu>=0.5.4' 'gnutls>=3.0' 'zlib' 'lmdb' 'jansson' 'protobuf-c' 'fstrm')
+depends=('fstrm'
+ 'gnutls>=3.0'
+ 'jansson'
+ 'libcap-ng'
+ 'libedit'
+ 'libsystemd'
+ 'liburcu>=0.5.4'
+ 'lmdb'
+ 'protobuf-c'
+ 'python'
+ 'zlib')
+makedepends=('systemd')
source=("https://secure.nic.cz/files/knot-dns/${srcname}-${pkgver}.tar.xz"
'knot.service'
'knot.tmpfiles')