summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-04-07 20:28:06 +0200
committerBaptiste Jonglez2016-04-07 20:28:06 +0200
commitec82e6ac9605831d3f6e02f73c1d64d9908f7ced (patch)
tree0a1fa7a26fdaa611370893b8068dfb042dd0542b
parent78bfbaedb5cd81108df04b88696904c0c83beaa4 (diff)
downloadaur-ec82e6ac9605831d3f6e02f73c1d64d9908f7ced.tar.gz
linux-mptcp: Use the git hash as kernel EXTRAVERSION
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
-rw-r--r--config2
-rw-r--r--config.x86_642
4 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98c4782e99a0..12fff15c0306 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 7 18:25:46 UTC 2016
+# Thu Apr 7 18:28:06 UTC 2016
pkgbase = linux-mptcp
pkgver = 0.91.525002.856ebd0
- pkgrel = 2
+ pkgrel = 3
url = http://www.multipath-tcp.org/
arch = i686
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = linux-mptcp
source = linux.preset
source = change-default-console-loglevel.patch
md5sums = SKIP
- md5sums = cfa125ceceb9a0fd1e83ff2b9a9a59d1
- md5sums = 3d718d42cab47222b1d0fb3c284dba8e
+ md5sums = 4b08d92164ee25f2a680700e426f6cd5
+ md5sums = 6a74094caead06597a356c864c8872bc
md5sums = eb14dcfd80c00852ef81ded6e826826a
md5sums = 92562f0a5d8cc0e5972ab58523dbe0a4
diff --git a/PKGBUILD b/PKGBUILD
index 37e1c4d1e8ba..ee49c0362ddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase=linux-mptcp
_srcname=mptcp
_mptcpv=0.91
pkgver=0.91.525002.856ebd0
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="http://www.multipath-tcp.org/"
license=('GPL2')
@@ -21,8 +21,8 @@ source=("git://github.com/multipath-tcp/mptcp#branch=mptcp_v${_mptcpv}"
'linux.preset'
'change-default-console-loglevel.patch')
md5sums=('SKIP'
- 'cfa125ceceb9a0fd1e83ff2b9a9a59d1'
- '3d718d42cab47222b1d0fb3c284dba8e'
+ '4b08d92164ee25f2a680700e426f6cd5'
+ '6a74094caead06597a356c864c8872bc'
'eb14dcfd80c00852ef81ded6e826826a'
'92562f0a5d8cc0e5972ab58523dbe0a4')
@@ -52,8 +52,8 @@ prepare() {
sed -i "s|CONFIG_LOCALVERSION_AUTO=.*|CONFIG_LOCALVERSION_AUTO=n|" ./.config
fi
- # set extraversion to pkgrel
- sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
+ # set extraversion to git revision
+ sed -ri "s|^(EXTRAVERSION =).*|\1 -$(git rev-parse --short HEAD)|" Makefile
# don't run depmod on 'make install'. We'll do this ourselves in packaging
sed -i '2iexit 0' scripts/depmod.sh
diff --git a/config b/config
index cad116c196f1..3108bc68361f 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.1.20-2 Kernel Configuration
+# Linux/x86 4.1.20-856ebd0 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/config.x86_64 b/config.x86_64
index e2e4120bae42..d066186cd7c6 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.1.20-1 Kernel Configuration
+# Linux/x86 4.1.20-856ebd0 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y