Skip to content
Snippets Groups Projects
Commit 66f604b0 authored by Seblu's avatar Seblu
Browse files
parent f88f5889
No related branches found
No related tags found
No related merge requests found
Pipeline #323 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
pkgname=linux-seblu pkgname=linux-seblu
pkgver=5.7.0 pkgver=5.7.0
pkgrel=1 pkgrel=2
pkgdesc='The Linux Kernel cooked by Seblu' pkgdesc='The Linux Kernel cooked by Seblu'
arch=('x86_64') arch=('x86_64')
license=('GPL2') license=('GPL2')
...@@ -15,9 +15,11 @@ install=linux-seblu.install ...@@ -15,9 +15,11 @@ 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=v5.7" source=("git+$_stable#tag=v5.7"
'fix-mc-entity.patch::https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/patch/?id=9f984cacf4f4d53fd8a3f44d7f13528b81c1f6a8'
"config.$CARCH") "config.$CARCH")
md5sums=('SKIP' sha256sums=('SKIP'
'd2371a8989a49f6938c73eebfa97e95f') 'c0109c75017872a3880f5c2eee567a8ae809ea2c8fb69a312fd9551ebddb10d1'
'758543b984b65995c2d9bc6b310221f13b0fcfb66ee6defc10a594d5ed9fa025')
prepare() { prepare() {
[[ -d linux-stable ]] && ln -snf linux-stable linux [[ -d linux-stable ]] && ln -snf linux-stable linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment