aboutsummaryrefslogtreecommitdiffstats
path: root/main/nftables
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-05-11 05:07:56 +0000
committerJakub Jirutka <jakub@jirutka.cz>2018-05-15 14:36:11 +0200
commitb4413291f7b25ceea81a703d173847b51dc803e2 (patch)
treeebf0b1962bf5e06b0e3d2926727fabbb8e9510de /main/nftables
parentd49ce0a83335ca0c74cb4e6b2f888d26c5c4c7ce (diff)
downloadaports-b4413291f7b25ceea81a703d173847b51dc803e2.tar.bz2
aports-b4413291f7b25ceea81a703d173847b51dc803e2.tar.xz
main/nftables: switch URLs to https, improve abuild
Diffstat (limited to 'main/nftables')
-rw-r--r--main/nftables/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/nftables/APKBUILD b/main/nftables/APKBUILD
index 89b9b82273..57ddfc720d 100644
--- a/main/nftables/APKBUILD
+++ b/main/nftables/APKBUILD
@@ -5,14 +5,14 @@ pkgname=nftables
pkgver=0.8.5
pkgrel=0
pkgdesc="Netfilter tables userspace tools"
-url="http://netfilter.org/projects/nftables"
+url="https://netfilter.org/projects/nftables"
arch="all"
license="GPL-2.0-or-later"
-makedepends="libmnl-dev libnftnl-dev gmp-dev readline-dev
- ncurses-dev bison flex docbook2x"
+makedepends="bison docbook2x flex gmp-dev libmnl-dev libnftnl-dev ncurses-dev
+ readline-dev"
install="$pkgname.post-upgrade"
subpackages="$pkgname-doc"
-source="http://netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2
+source="https://netfilter.org/projects/nftables/files/$pkgname-$pkgver.tar.bz2
nftables.confd
nftables.initd"
builddir="$srcdir/$pkgname-$pkgver"