Linux 6.14.3 released

This commit is contained in:
2025-04-22 01:45:14 +02:00
parent ddeb435547
commit 5ac8cc01e7
5 changed files with 11971 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
# copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-tom
pkgver=6.14.2.arch1
pkgver=6.14.3.arch1
pkgrel=1
pkgdesc='Linux'
url='https://github.com/archlinux/linux'
@@ -106,8 +106,8 @@ prepare() {
# diff -u ../config .config || :
# this and next line is added by me, Thomas Kuschel oe3tkt
read -p "Press enter to continue with menuconfig"
make menuconfig
read -p "Press enter to continue with nconfig (former menuconfig)"
make nconfig
diff -u ../config .config | tee "../../config-${pkgver%.*}.patch" || :
cp .config "../../config-${pkgver%.*}"