diff --git a/.compilation-options b/.compilation-options deleted file mode 100644 index 9c7aafe..0000000 --- a/.compilation-options +++ /dev/null @@ -1 +0,0 @@ -ARCH=any diff --git a/pkg.info b/pkg.info index fa25da0..1e1891b 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,16 @@ name: ufw description: Uncomplicated Firewall version: 0.36.2 +revision: 1 url: https://launchpad.net/ufw license: GPL3 architecture: any -depends: ["iptables","python3"] -make_depends: ["python-setuptools"] -keep: ["etc/ufw/"] +output_architecture: any type: source +keep: + - etc/ufw/ +depends: + - iptables + - python3 +make_depends: + - python-setuptools