summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Jonglez2017-06-06 20:12:44 +0200
committerBaptiste Jonglez2017-06-06 20:12:44 +0200
commit22c9062ead6bf3b9d7485127ad1535589bfc1c9f (patch)
tree894d728dea96f0fb92fde8ff4bbbc7c3b3b2a710 /PKGBUILD
parent7fc448acd410e2eb4e3311f49b7b362bc4f6cb17 (diff)
downloadaur-22c9062ead6bf3b9d7485127ad1535589bfc1c9f.tar.gz
linux-mptcp: Stable release 0.92 (based on Linux 4.4.70)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9c6fe2f282f..fd502855113c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=linux-mptcp
_srcname=mptcp
-pkgver=0.92.rc2
+pkgver=0.92
pkgrel=1
epoch=1
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ url="http://www.multipath-tcp.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf' 'git')
options=('!strip')
-source=("git+https://github.com/multipath-tcp/mptcp#commit=19022e809873e4a31ed6925581833df9757c9443"
+source=("git+https://github.com/multipath-tcp/mptcp#commit=b47be2ff07584d52a331607856841feffcbf8cc3"
# the main kernel config files
'config.i686' 'config.x86_64'
# pacman hook for initramfs regeneration
@@ -82,7 +82,7 @@ build() {
}
_package() {
- pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.4.63)"
+ pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.4.70)"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country'