From 06a5b90db303743e3248507fc19993ea825cccf4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 6 Nov 2022 11:02:28 -0500 Subject: [PATCH] nftables: trigger build --- srcpkgs/nftables/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template index fca24969c1c..7560f2df176 100644 --- a/srcpkgs/nftables/template +++ b/srcpkgs/nftables/template @@ -3,8 +3,8 @@ pkgname=nftables version=1.0.5 revision=2 build_style=gnu-configure -configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3 - --with-cli=readline" +configure_args="--sbindir=/usr/bin --with-json + --with-python-bin=/bin/python3 --with-cli=readline" hostmakedepends="python3 asciidoc docbook2x flex pkg-config automake libtool" makedepends="gmp-devel jansson-devel libmnl-devel libnftnl-devel readline-devel" short_desc="Netfilter nftables userspace tools"