summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantman6662021-07-20 11:06:12 +0800
committerantman6662021-07-20 11:06:12 +0800
commit956fc3f6785053c2af2ac1478fa769549c1c71a4 (patch)
tree464defb39813356265396bb68e186f9679bb4026
parentd993818b9f60659ea2cd587704a9d8e7b0453750 (diff)
downloadaur-956fc3f6785053c2af2ac1478fa769549c1c71a4.tar.gz
update linux-ck-uksm to 5.12.18-1
-rw-r--r--PKGBUILD9
-rw-r--r--config4
2 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 581dbf05a9b8..e70917099ebe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,13 +68,14 @@ _subarch=36
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-ck-uksm
-pkgver=5.12.17
-pkgrel=2
+pkgver=5.12.18
+pkgrel=1
_major=5.12
_ckpatchversion=1
_ckpatch="patch-${_major}-ck${_ckpatchversion}"
_gcc_more_v=20210610
_patches_url="https://gitlab.com/sirlucjan/kernel-patches/-/raw/master/${_major}"
+_jobs=$(nproc)
arch=(x86_64)
url="https://wiki.archlinux.org/index.php/Linux-ck"
license=(GPL2)
@@ -111,7 +112,7 @@ validpgpkeys=(
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-b2sums=('0eede859861f88a8d6384517982472580aeb6c38eeb037188571d58b6b83d4fbe7130917b7ae2ccd9f9b2f6f23f7a542d7a396f73adb9adb642a79b3e1f4e95d'
+b2sums=('2fdfb4fbb7de72790d9326a4135b58f6609366884a3bb4e736215eb9b378186e444a792053e2fb38f01a2999cb1e5dc9cba39b32c2632724ab8486d760c7e0ce'
'SKIP'
'SKIP'
'30d1df754608bb423cbc99c2097ad521baa091b9a3b39df4bd5c2d50c57eec54d8fa0e4a4a04b847c3d1b87ba682cadc8db45fabeefdc9ad7caaf8e77b96e41a'
@@ -231,7 +232,7 @@ prepare() {
build() {
cd linux-${pkgver}
- make all
+ make -j${_jobs} all
}
_package() {
diff --git a/config b/config
index cbf25fc48969..370d11f2125e 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.12.17 Kernel Configuration
+# Linux/x86 5.12.18 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
CONFIG_CC_IS_GCC=y
@@ -45,7 +45,7 @@ CONFIG_KERNEL_ZSTD=y
#
# ZSTD compression options
#
-CONFIG_KERNEL_ZSTD_LEVEL=19
+CONFIG_KERNEL_ZSTD_LEVEL=15
CONFIG_KERNEL_ZSTD_LEVEL_ULTRA=y
# end of ZSTD compression options