diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template index 82732ae8c25..ea4748a1b57 100644 --- a/srcpkgs/ufw/template +++ b/srcpkgs/ufw/template @@ -1,7 +1,7 @@ # Template file for 'ufw' pkgname=ufw version=0.36 -revision=1 +revision=2 noarch=yes build_style=python3-module pycompile_module="ufw" @@ -10,10 +10,9 @@ conf_files=" /etc/ufw/*.rules /etc/ufw/applications.d/*" hostmakedepends="python3-setuptools iptables" -depends="iptables" +depends="iptables python3" short_desc="Uncomplicated Firewall" maintainer="Juan RP " -homepage="https://launchpad.net/ufw" license="GPL-3.0-only" homepage="https://launchpad.net/ufw" distfiles="https://launchpad.net/ufw/${version}/${version}/+download/ufw-${version}.tar.gz"