Skip to content
Snippets Groups Projects
Commit 14b4bc0b authored by Seblu's avatar Seblu
Browse files
parent b1d58b8b
No related branches found
No related tags found
No related merge requests found
Pipeline #281 passed
...@@ -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=5.6.0 pkgver=5.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')
...@@ -12,17 +12,16 @@ options=('!strip' '!buildflags') ...@@ -12,17 +12,16 @@ options=('!strip' '!buildflags')
makedepends=('glibc' 'libelf' 'kmod' 'git' 'make' 'gcc' 'bc' 'sed' 'cpio') makedepends=('glibc' 'libelf' 'kmod' 'git' 'make' 'gcc' 'bc' 'sed' 'cpio')
depends=('linux-firmware' 'kernel-install-hook') depends=('linux-firmware' 'kernel-install-hook')
install=linux-seblu.install install=linux-seblu.install
source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v5.6' _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
source=("git+$_stable#tag=v5.6.3"
"config.$CARCH") "config.$CARCH")
md5sums=('SKIP' md5sums=('SKIP'
'027b69fdb3a1198c541a3c88997c42a2') 'd95c7af2fb428432c4ba32bc0cd64371')
pkgver() {
cd linux
make kernelversion|tr '-' '_'
}
prepare() { prepare() {
[[ -d linux-stable ]] && ln -snf linux-stable linux
cd linux cd linux
# apply patches # apply patches
...@@ -53,6 +52,11 @@ prepare() { ...@@ -53,6 +52,11 @@ prepare() {
echo '' > .scmversion echo '' > .scmversion
} }
pkgver() {
cd linux
make kernelversion|tr '-' '_'
}
build() { build() {
cd linux cd linux
......
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 5.6.0 Kernel Configuration # Linux/x86 5.6.3 Kernel Configuration
# #
# #
......
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