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.19.6 pkgver=7.0.0 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+$_stable#tag=v6.19.6" source=("git+$_stable#tag=v7.0" "config.$CARCH") sha256sums=('f0a87ca012012f031858fac8703a1478743be31acae3f4c4fdf8f434845004cd' '3ac492529d7080a83b3d022a94ee7665eee515a740fd7e22a009c30190826ea8') sha256sums=('d461386a5d4f20c7dee8b4fe4e4fb3bef524146a38da458d1763cac864818e17' 'dd274c082863c629ea778f870690058de34f02fc04aece2da182088e569ad1dd') prepare() { [[ ! -d linux && -d linux-stable ]] && ln -snf linux-stable linux Loading config.x86_64 +145 −115 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.19.6 pkgver=7.0.0 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+$_stable#tag=v6.19.6" source=("git+$_stable#tag=v7.0" "config.$CARCH") sha256sums=('f0a87ca012012f031858fac8703a1478743be31acae3f4c4fdf8f434845004cd' '3ac492529d7080a83b3d022a94ee7665eee515a740fd7e22a009c30190826ea8') sha256sums=('d461386a5d4f20c7dee8b4fe4e4fb3bef524146a38da458d1763cac864818e17' 'dd274c082863c629ea778f870690058de34f02fc04aece2da182088e569ad1dd') prepare() { [[ ! -d linux && -d linux-stable ]] && ln -snf linux-stable linux Loading