]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/arch: reformat dependencies
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 23 Apr 2018 13:56:38 +0000 (15:56 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 31 May 2018 12:06:59 +0000 (14:06 +0200)
distro/arch/PKGBUILD

index 21f4456ac87225320db0e615e80cfef7e43709fa..fdc88f990521a74df3ee2d8d3317870ac4ee178d 100644 (file)
@@ -11,9 +11,17 @@ license=('GPL3')
 backup=('etc/knot-resolver/kresd.conf')
 options=(debug strip)
 install=install
-depends=('libuv' 'knot>=2.6.4' 'luajit' 'cmocka' 'lua51-sec' 'lua51-socket' 'hiredis' 'libmemcached' 'libsystemd')
+depends=('cmocka'
+        'hiredis'
+         'knot>=2.6.4'
+        'libmemcached'
+        'libsystemd'
+         'libuv'
+        'lua51-sec'
+        'lua51-socket'
+        'luajit')
 source=("knot-resolver_${pkgver}.orig.tar.xz"
-       "kresd.conf"
+        "kresd.conf"
        "root.keys")
 
 _makevars="PREFIX=/usr SBINDIR=/usr/bin LIBDIR=/usr/lib INCLUDEDIR=/usr/include ETCDIR=/etc/knot-resolver V=1"