summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--config.x86_642
3 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c16cc65995b8..4f8b79e60459 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-amd-raven
pkgver = 4.20.rc7
- pkgrel = 2
+ pkgrel = 3
url = http://www.kernel.org/
arch = x86_64
license = GPL2
@@ -16,7 +16,7 @@ pkgbase = linux-amd-raven
source = config.x86_64
source = linux-amd-raven.preset
sha256sums = SKIP
- sha256sums = 16d792dbe1f61abf81841419c2e47a0900e03f1425ec9ffb927249f388574bf8
+ sha256sums = 04f9b19d0dde49a132d79006663cac6cfe3a0eb1252ca33e9694a63f00bccb65
sha256sums = 0ac0cf410b0f3eeaa07d41505613e118ea59e01144e905f2dc0a808379f87e87
pkgname = linux-amd-raven
diff --git a/PKGBUILD b/PKGBUILD
index a6c69e80657c..98395eabdb18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=linux-amd-raven
_srcname=linux
pkgver=4.20.rc7
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="http://www.kernel.org/"
license=('GPL2')
@@ -16,7 +16,7 @@ source=('git+https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/l
# standard config files for mkinitcpio ramdisk
"${pkgbase}.preset")
sha256sums=('SKIP'
- '16d792dbe1f61abf81841419c2e47a0900e03f1425ec9ffb927249f388574bf8'
+ '04f9b19d0dde49a132d79006663cac6cfe3a0eb1252ca33e9694a63f00bccb65'
'0ac0cf410b0f3eeaa07d41505613e118ea59e01144e905f2dc0a808379f87e87')
_kernelname=${pkgbase#linux}
@@ -35,10 +35,6 @@ prepare() {
exit 2
fi
- # set localversion to git commit
- sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"-${pkgver##*.}\"|g" ./.config
- sed -i "s|CONFIG_LOCALVERSION_AUTO=.*|CONFIG_LOCALVERSION_AUTO=n|" ./.config
-
# 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.x86_64 b/config.x86_64
index 262506c01c45..daaceee1e243 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -13,7 +13,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
-CONFIG_LOCALVERSION="-2c486cc4c277"
+CONFIG_LOCALVERSION="-RAVEN"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT="m"
CONFIG_HAVE_KERNEL_GZIP=y