summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cde17458c358..3bec33cd7206 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon May 30 07:47:17 UTC 2016
+# Tue Jun 21 08:01:26 UTC 2016
pkgbase = linux-mptcp
- pkgver = 0.91.525412.ce81b6c
+ pkgver = 0.91.525553.1939096
pkgrel = 1
url = http://www.multipath-tcp.org/
arch = i686
@@ -14,7 +14,7 @@ pkgbase = linux-mptcp
makedepends = bc
makedepends = git
options = !strip
- source = git://github.com/multipath-tcp/mptcp#commit=ce81b6c3b65617ccb1243d019f40793375081fb3
+ source = git://github.com/multipath-tcp/mptcp#tag=v0.91
source = config
source = config.x86_64
source = linux.preset
@@ -26,7 +26,7 @@ pkgbase = linux-mptcp
md5sums = 92562f0a5d8cc0e5972ab58523dbe0a4
pkgname = linux-mptcp
- 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)
install = linux.install
depends = coreutils
depends = linux-firmware
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'