summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2023-04-27 09:53:51 +0200
committerJosip Ponjavic2023-04-27 09:53:51 +0200
commit753094a0b1767d2fa202e5be7e9539319dc13365 (patch)
tree2082d9475009f3912e76f14795cf8a7255900dda
parent48aa1191d291adc4abe738afb104909a9db66fec (diff)
downloadaur-753094a0b1767d2fa202e5be7e9539319dc13365.tar.gz
5.15.109-1 (clr 5.15.109-50)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eb3352f8b24..52f02ab45ae3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-lts2021
pkgdesc = Clear Linux lts2021
- pkgver = 5.15.94
+ pkgver = 5.15.109
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux-lts2021
arch = x86_64
@@ -14,14 +14,14 @@ pkgbase = linux-clear-lts2021
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.sign
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.15.94.xz
- source = linux-clear-lts2021::git+https://github.com/clearlinux-pkgs/linux-lts2021.git#tag=5.15.94-38
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.15.109.xz
+ source = linux-clear-lts2021::git+https://github.com/clearlinux-pkgs/linux-lts2021.git#tag=5.15.109-50
source = more-uarches-20220315.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20220315.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8
sha256sums = SKIP
- sha256sums = ff30c9eb2ba8a54e6edba9150fa9725cf451507afa6f5c76f23a9421778a5fbc
+ sha256sums = 6f295293e15f81a150650f55ce890eff7498e882c712272024e53379b2ba59ae
sha256sums = SKIP
sha256sums = 5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c
diff --git a/PKGBUILD b/PKGBUILD
index ab37d39a2587..ef428515592e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -77,9 +77,9 @@
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.15
-_minor=94
+_minor=109
_srcname=linux-${_major}
-_clr=${_major}.94-38
+_clr=${_major}.109-50
pkgbase=linux-clear-lts2021
pkgver=${_major}.${_minor}
pkgrel=1
@@ -196,7 +196,7 @@ prepare() {
--enable SECURITY_YAMA
# Library routines
- scripts/config --enable FONT_TER16x32
+ scripts/config --keep-case --enable FONT_TER16x32
if [ -n "$_use_llvm_lto" ]; then
scripts/config --disable LTO_NONE \
@@ -289,7 +289,7 @@ _package() {
echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/pkgbase"
echo "Installing modules..."
- make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
+ make ${BUILD_FLAGS[*]} INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
# remove build and source links
@@ -388,7 +388,7 @@ done
sha256sums=('57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8'
'SKIP'
- 'ff30c9eb2ba8a54e6edba9150fa9725cf451507afa6f5c76f23a9421778a5fbc'
+ '6f295293e15f81a150650f55ce890eff7498e882c712272024e53379b2ba59ae'
'SKIP'
'5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c')