summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-05-30 09:47:15 +0200
committerBaptiste Jonglez2016-05-30 09:47:15 +0200
commitb3ce5955f09ac73b9ad9f31a7e897af804aacafb (patch)
tree27b8115c67e6a50f35e4cccfa75ae6ec37d91219
parentec82e6ac9605831d3f6e02f73c1d64d9908f7ced (diff)
downloadaur-b3ce5955f09ac73b9ad9f31a7e897af804aacafb.tar.gz
linux-mptcp: Bump to 4.1.25 and build from a fixed commit from now on
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12fff15c0306..cde17458c358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 7 18:28:06 UTC 2016
+# Mon May 30 07:47:17 UTC 2016
pkgbase = linux-mptcp
- pkgver = 0.91.525002.856ebd0
- pkgrel = 3
+ pkgver = 0.91.525412.ce81b6c
+ pkgrel = 1
url = http://www.multipath-tcp.org/
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = linux-mptcp
makedepends = bc
makedepends = git
options = !strip
- source = git://github.com/multipath-tcp/mptcp#branch=mptcp_v0.91
+ source = git://github.com/multipath-tcp/mptcp#commit=ce81b6c3b65617ccb1243d019f40793375081fb3
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.20)
+ pkgdesc = The Linux kernel and modules with Multipath TCP support (based on linux 4.1.25)
install = linux.install
depends = coreutils
depends = linux-firmware
diff --git a/PKGBUILD b/PKGBUILD
index ee49c0362ddc..20b3110ea9fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgbase=linux-mptcp
_srcname=mptcp
_mptcpv=0.91
-pkgver=0.91.525002.856ebd0
-pkgrel=3
+pkgver=0.91.525412.ce81b6c
+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#branch=mptcp_v${_mptcpv}"
+source=("git://github.com/multipath-tcp/mptcp#commit=ce81b6c3b65617ccb1243d019f40793375081fb3"
# 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.20)"
+ pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.1.25)"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country'