summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-03-22 12:17:55 +0100
committerBaptiste Jonglez2016-03-22 12:17:55 +0100
commit5858a48bb1f21ad1bd79d2e214754f6524e4d66c (patch)
treefa3dc6d8724d7aa56f4127b530e0f5a866f27f8e /PKGBUILD
parent5db521c27480e84319b4e571428ce0f7fcd333fa (diff)
downloadaur-5858a48bb1f21ad1bd79d2e214754f6524e4d66c.tar.gz
linux-mptcp: Add iproute-mptcp as optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12ee9467b9d7..82cc99b55019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase=linux-mptcp
_srcname=mptcp
_mptcpv=0.91
pkgver=0.91.525000.c6ba013
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.multipath-tcp.org/"
license=('GPL2')
@@ -92,7 +92,8 @@ _package() {
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country'
- 'net-tools-mptcp: for Multipath TCP support in netstat')
+ 'net-tools-mptcp: for Multipath TCP support in netstat'
+ 'iproute-mptcp: for Multipath TCP support in iproute2')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=linux.install