Loading PKGBUILD +4 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu pkgver=6.12.0_rc7 pkgver=6.13.5 pkgrel=1 pkgdesc='The Linux Kernel cooked by Seblu' arch=('x86_64') Loading @@ -19,10 +19,10 @@ install=linux-seblu.install _main=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git _stable=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git _next=https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git source=("git+$_main#tag=v6.12-rc7" source=("git+$_stable#tag=v6.13.5" "config.$CARCH") sha256sums=('b487e04298c8f93b37e38031cbcc4307cc4625237e3e636ce17610c25c4d2130' '74c4aec25000b74a65c2e0aac7b15a742fc7aae7912c3cafb0c5f0266a465d49') sha256sums=('a5bb687972c75b05ac8507859142adeff7e032a3e5073dcd56f58b79c1bfc701' '02d217fc0c9e0e583bfe81b0820c9c7def16ed7c89a07011289defa310c6fac6') prepare() { [[ ! -d linux && -d linux-stable ]] && ln -snf linux-stable linux Loading config.x86_64 +199 −79 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
PKGBUILD +4 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu pkgver=6.12.0_rc7 pkgver=6.13.5 pkgrel=1 pkgdesc='The Linux Kernel cooked by Seblu' arch=('x86_64') Loading @@ -19,10 +19,10 @@ install=linux-seblu.install _main=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git _stable=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git _next=https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git source=("git+$_main#tag=v6.12-rc7" source=("git+$_stable#tag=v6.13.5" "config.$CARCH") sha256sums=('b487e04298c8f93b37e38031cbcc4307cc4625237e3e636ce17610c25c4d2130' '74c4aec25000b74a65c2e0aac7b15a742fc7aae7912c3cafb0c5f0266a465d49') sha256sums=('a5bb687972c75b05ac8507859142adeff7e032a3e5073dcd56f58b79c1bfc701' '02d217fc0c9e0e583bfe81b0820c9c7def16ed7c89a07011289defa310c6fac6') prepare() { [[ ! -d linux && -d linux-stable ]] && ln -snf linux-stable linux Loading