summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-06-21 10:01:24 +0200
committerBaptiste Jonglez2016-06-21 10:01:24 +0200
commitda4df1a112c6e7793d5a5738c28889270f09d94d (patch)
treecdd38d22c4295d62e9859c209652247c1ec09554 /PKGBUILD
parentb3ce5955f09ac73b9ad9f31a7e897af804aacafb (diff)
downloadaur-da4df1a112c6e7793d5a5738c28889270f09d94d.tar.gz
linux-mptcp: Update to latest version (official release for v0.91)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20b3110ea9fd..9da8f08182a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgbase=linux-mptcp
_srcname=mptcp
_mptcpv=0.91
-pkgver=0.91.525412.ce81b6c
+pkgver=0.91.525553.1939096
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.multipath-tcp.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
options=('!strip')
-source=("git://github.com/multipath-tcp/mptcp#commit=ce81b6c3b65617ccb1243d019f40793375081fb3"
+source=("git://github.com/multipath-tcp/mptcp#tag=v${_mptcpv}"
# the main kernel config files
'config' 'config.x86_64'
# standard config files for mkinitcpio ramdisk
@@ -88,7 +88,7 @@ build() {
}
_package() {
- pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.1.25)"
+ pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.1.26)"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country'