]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/arch: add missing dependencies
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 23 Apr 2018 14:22:01 +0000 (16:22 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 31 May 2018 12:41:22 +0000 (14:41 +0200)
distro/arch/PKGBUILD

index 1c9f8251229be3adb171a76ccf6a0f1a4d1bd031..621de0808b76d9b062cd4645c6afb4131ef0d632 100644 (file)
@@ -12,9 +12,12 @@ backup=('etc/knot-resolver/kresd.conf')
 options=(debug strip)
 install=install
 depends=('cmocka'
+        'gnutls'
          'knot>=2.6.4'
+        'libedit'
         'libsystemd'
          'libuv'
+        'lmdb'
         'lua51-sec'
         'lua51-socket'
         'luajit')