Skip to content
Commits on Source (2)
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Customized version of linux for seblu computers # Customized version of linux for seblu computers
pkgname=linux-seblu pkgname=linux-seblu
pkgver=6.5.6 pkgver=6.6.3
pkgrel=1 pkgrel=1
pkgdesc='The Linux Kernel cooked by Seblu' pkgdesc='The Linux Kernel cooked by Seblu'
arch=('x86_64') arch=('x86_64')
...@@ -18,10 +18,10 @@ optdepends=( ...@@ -18,10 +18,10 @@ optdepends=(
install=linux-seblu.install install=linux-seblu.install
_main=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git _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 _stable=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
source=("git+$_stable#tag=v6.5.6" source=("git+$_stable#tag=v6.6.3"
"config.$CARCH") "config.$CARCH")
sha256sums=('SKIP' sha256sums=('SKIP'
'23ed649bbfe77ce859a32ffe78a123731ea987932faa47044aabdb0639c61514') '852fc90c00fe7c3628d1864de36c3533ecaac014e80136996ca2bf7a05b036b2')
prepare() { prepare() {
[[ -d linux-stable ]] && ln -snf linux-stable linux [[ -d linux-stable ]] && ln -snf linux-stable linux
......
This diff is collapsed.