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
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -1,7 +1,7 @@
# Template file for 'ufw' # Template file for 'ufw'
pkgname=ufw pkgname=ufw
version=0.36 version=0.36
revision=1 revision=2
noarch=yes noarch=yes
build_style=python3-module build_style=python3-module
pycompile_module="ufw" pycompile_module="ufw"
@ -10,10 +10,9 @@ conf_files="
/etc/ufw/*.rules /etc/ufw/*.rules
/etc/ufw/applications.d/*" /etc/ufw/applications.d/*"
hostmakedepends="python3-setuptools iptables" hostmakedepends="python3-setuptools iptables"
depends="iptables" depends="iptables python3"
short_desc="Uncomplicated Firewall" short_desc="Uncomplicated Firewall"
maintainer="Juan RP <xtraeme@voidlinux.org>" maintainer="Juan RP <xtraeme@voidlinux.org>"
homepage="https://launchpad.net/ufw"
license="GPL-3.0-only" license="GPL-3.0-only"
homepage="https://launchpad.net/ufw" homepage="https://launchpad.net/ufw"
distfiles="https://launchpad.net/ufw/${version}/${version}/+download/ufw-${version}.tar.gz" distfiles="https://launchpad.net/ufw/${version}/${version}/+download/ufw-${version}.tar.gz"