ufw: remove duplicate homepage=, add missing python3 dep

closes #8685
This commit is contained in:
maxice8
2019-02-13 22:07:22 -02:00
parent 748d0ef321
commit 423c835ad8

View File

@@ -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 <xtraeme@voidlinux.org>"
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"