parent
748d0ef321
commit
423c835ad8
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue