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.18.5 pkgver=6.19.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+$_stable#tag=v6.18.5" source=("git+$_stable#tag=v6.19.5" "config.$CARCH") sha256sums=('9192288b7d944a9cf0caf5e1d430b18874b6b95750ea027dbb2d0b537cc2d0e3' '23934b3345afae26f14d189beeac404f98135cfbe159fe7fda67113b2e45eb2a') sha256sums=('8bcb7cf639e9262446f11c4482b58c50dd98a701bacc870e615ad95513f52d2d' '9244755b362c569803ec6dab4e614a14d4af6381979a5b9c6fd487c958a4d61d') prepare() { [[ ! -d linux && -d linux-stable ]] && ln -snf linux-stable linux Loading config.x86_64 +158 −75 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.18.5 pkgver=6.19.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+$_stable#tag=v6.18.5" source=("git+$_stable#tag=v6.19.5" "config.$CARCH") sha256sums=('9192288b7d944a9cf0caf5e1d430b18874b6b95750ea027dbb2d0b537cc2d0e3' '23934b3345afae26f14d189beeac404f98135cfbe159fe7fda67113b2e45eb2a') sha256sums=('8bcb7cf639e9262446f11c4482b58c50dd98a701bacc870e615ad95513f52d2d' '9244755b362c569803ec6dab4e614a14d4af6381979a5b9c6fd487c958a4d61d') prepare() { [[ ! -d linux && -d linux-stable ]] && ln -snf linux-stable linux Loading