summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshmilee2023-05-01 09:47:58 +0800
committershmilee2023-05-01 09:47:58 +0800
commitae0312403e08de4bc05f35acbd9792168b3825b0 (patch)
treed51592a630ebaedce85ae14c4970153ebf0f253a
parentc6e5f64ccd48b461de68c3212b04937e9e8bb2a7 (diff)
downloadaur-ae0312403e08de4bc05f35acbd9792168b3825b0.tar.gz
update to LTS 6.1.25
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a3772bc7de6..234cbf13affd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 6.0.2
-# Fri Mar 17 12:46:20 UTC 2023
+# Mon May 1 01:36:07 UTC 2023
pkgbase = linux-shmilee
pkgdesc = Linux-shmilee x64v2
- pkgver = 6.1.19
+ pkgver = 6.1.25
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -23,17 +23,15 @@ pkgbase = linux-shmilee
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.sign
- source = https://github.com/xanmod/linux/releases/download/6.1.18-xanmod1/patch-6.1.18-xanmod1.xz
+ source = https://github.com/xanmod/linux/releases/download/6.1.25-xanmod1/patch-6.1.25-xanmod1.xz
source = https://github.com/zhmars/cjktty-patches/raw/303dff435a7a0fadbd6215cb59e52dcd656e1d47/v6.x/cjktty-6.1.patch
- source = 1101-Add-6.1.19.patch::https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/rawdiff/?h=linux-6.1.y&id=v6.1.19&id2=v6.1.18
source = config
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb
sha256sums = SKIP
- sha256sums = 2c8fb15bff0e88782990592de73faebd12fd2663f669cb65293f27c4cbfe5da4
+ sha256sums = bcbf37154e69539498b64272951246fd5922a41166dc4bd30680cb0b71251f36
sha256sums = c5bdf89d7867c368dfd7b7c16e5a50a99ca8022de28ab15315bdcb5dab8aad85
- sha256sums = 2a0ce20d747a15de282114b9059b50a030ac2f545a75581c319068b4ef5ed3f0
sha256sums = a8162641380b2681622d0f3c40ce130c9fd1cf6e176b5db18b95ba83609fbcf8
pkgname = linux-shmilee
diff --git a/PKGBUILD b/PKGBUILD
index 057e2f14eaeb..f1aea0c07a24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# https://www.kernel.org/category/releases.html
# 6.1 Greg Kroah-Hartman & Sasha Levin 2022-12-11 Dec, 2026
_LLL_VER=6.1
-_LLL_SUBVER=18
+_LLL_SUBVER=25
#PKGEXT='.pkg.tar'
@@ -73,14 +73,14 @@ _PATHSET_DESC="Xanmod patches, cjktty"
_MORE_PATCH=(
#"0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch" in Xanmod
# 11??-*.patch:: online patches
- '1101-Add-6.1.19.patch::https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/rawdiff/?h=linux-6.1.y&id=v6.1.19&id2=v6.1.18'
+ #'1101-Add-6.1.19.patch::https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/rawdiff/?h=linux-6.1.y&id=v6.1.19&id2=v6.1.18'
)
######## END ########
pkgbase=linux-shmilee
pkgname=("$pkgbase" "$pkgbase-headers" "$pkgbase-docs")
-pkgver=${_LLL_VER}.$((_LLL_SUBVER+1)) # 6.1.18 -> 6.1.19
-#pkgver=${_LLL_VER}.${_LLL_SUBVER}
+#pkgver=${_LLL_VER}.$((_LLL_SUBVER+1)) # 6.1.18 -> 6.1.19
+pkgver=${_LLL_VER}.${_LLL_SUBVER}
pkgrel=1
pkgdesc="Linux-shmilee x64${_psABI_level}"
url="https://www.kernel.org/"
@@ -113,9 +113,8 @@ validpgpkeys=(
# https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256sums=('2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb'
'SKIP'
- '2c8fb15bff0e88782990592de73faebd12fd2663f669cb65293f27c4cbfe5da4'
+ 'bcbf37154e69539498b64272951246fd5922a41166dc4bd30680cb0b71251f36'
'c5bdf89d7867c368dfd7b7c16e5a50a99ca8022de28ab15315bdcb5dab8aad85'
- '2a0ce20d747a15de282114b9059b50a030ac2f545a75581c319068b4ef5ed3f0'
'a8162641380b2681622d0f3c40ce130c9fd1cf6e176b5db18b95ba83609fbcf8')
export KBUILD_BUILD_HOST=archlinux