summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bec33cd7206..aa2d26a1392c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 21 08:01:26 UTC 2016
+# Sat Oct 29 16:23:25 UTC 2016
pkgbase = linux-mptcp
- pkgver = 0.91.525553.1939096
+ pkgver = 0.91.1.r0.g214e17c
pkgrel = 1
+ epoch = 1
url = http://www.multipath-tcp.org/
arch = i686
arch = x86_64
@@ -14,7 +15,7 @@ pkgbase = linux-mptcp
makedepends = bc
makedepends = git
options = !strip
- source = git://github.com/multipath-tcp/mptcp#tag=v0.91
+ source = git://github.com/multipath-tcp/mptcp#tag=v0.91.1
source = config
source = config.x86_64
source = linux.preset
@@ -26,7 +27,7 @@ pkgbase = linux-mptcp
md5sums = 92562f0a5d8cc0e5972ab58523dbe0a4
pkgname = linux-mptcp
- pkgdesc = The Linux kernel and modules with Multipath TCP support (based on linux 4.1.26)
+ pkgdesc = The Linux kernel and modules with Multipath TCP support (based on linux 4.1.34)
install = linux.install
depends = coreutils
depends = linux-firmware
diff --git a/PKGBUILD b/PKGBUILD
index 9da8f08182a5..d0418ef3de29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,9 @@
pkgbase=linux-mptcp
_srcname=mptcp
-_mptcpv=0.91
-pkgver=0.91.525553.1939096
+_mptcpv=0.91.1
+pkgver=0.91.1.r0.g214e17c
+epoch=1
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.multipath-tcp.org/"
@@ -30,7 +31,7 @@ _kernelname=${pkgbase#linux}
pkgver() {
cd "${srcdir}/${_srcname}"
- echo ${_mptcpv}.$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
+ git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {
@@ -88,7 +89,7 @@ build() {
}
_package() {
- pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.1.26)"
+ pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.1.34)"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country'