summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantman6662021-07-03 13:03:35 +0800
committerantman6662021-07-03 13:03:35 +0800
commit5c667538c8d722e1217ecffac937908a29e58508 (patch)
treed69081a17e991deb6c0bb4a49004dd35908c0b60
parent577a38bd42b4570201e46d9cae3b0f5395077b18 (diff)
downloadaur-5c667538c8d722e1217ecffac937908a29e58508.tar.gz
update linux-ck-uksm
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b57cce2608f..aedeea26a9bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,9 +70,9 @@ _subarch=36
pkgbase=linux-ck-uksm
pkgver=5.12.14
pkgrel=1
-_ckpatchversion=1
-_ckpatch="patch-5.12-ck${_ckpatchversion}"
_major=5.12
+_ckpatchversion=1
+_ckpatch="patch-${_major}-ck${_ckpatchversion}"
_gcc_more_v=20210610
arch=(x86_64)
url="https://wiki.archlinux.org/index.php/Linux-ck"
@@ -82,10 +82,10 @@ makedepends=(
)
options=('!strip')
source=(
- "https://www.kernel.org/pub/linux/kernel/v5.x/linux-$pkgver.tar".{xz,sign}
+ "https://www.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar".{xz,sign}
config # the main kernel config file
- "more-uarches-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/$_gcc_more_v.tar.gz"
- "http://ck.kolivas.org/patches/5.0/5.12/5.12-ck${_ckpatchversion}/$_ckpatch.xz"
+ "more-uarches-${_gcc_more_v}.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/${_gcc_more_v}.tar.gz"
+ "http://ck.kolivas.org/patches/5.0/${_major}/${_major}-ck${_ckpatchversion}/${_ckpatch}.xz"
0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
0002-x86-setup-Consolidate-early-memory-reservations.patch
0003-x86-setup-Merge-several-reservations-of-start-of-mem.patch
@@ -213,7 +213,7 @@ prepare() {
build() {
cd linux-${pkgver}
- make -j40 all
+ make all
}
_package() {