mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 15:44:39 +01:00
5.15.9-1
This commit is contained in:
parent
1c966f36ba
commit
ae7ee2b2ba
2 changed files with 6 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linux-cachyos-bore
|
||||
pkgdesc = Linux BORE scheduler Kernel by CachyOS and with some other patches and other improvements
|
||||
pkgver = 5.15.8
|
||||
pkgrel = 3
|
||||
pkgver = 5.15.9
|
||||
pkgrel = 1
|
||||
url = https://github.com/CachyOS/linux-cachyos
|
||||
arch = x86_64
|
||||
arch = x86_64_v3
|
||||
|
|
@ -19,7 +19,7 @@ pkgbase = linux-cachyos-bore
|
|||
makedepends = tar
|
||||
makedepends = xz
|
||||
options = !strip
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.8.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.9.tar.xz
|
||||
source = config
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/bore/0001-bore-sched.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-arch-patches.patch
|
||||
|
|
@ -101,5 +101,5 @@ pkgname = linux-cachyos-bore
|
|||
|
||||
pkgname = linux-cachyos-bore-headers
|
||||
pkgdesc = Headers and scripts for building modules for the Linux BORE scheduler Kernel by CachyOS and with some other patches and other improvements
|
||||
depends = linux-cachyos-bore=5.15.8
|
||||
depends = linux-cachyos-bore=5.15.9
|
||||
depends = pahole
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -124,13 +124,13 @@ else
|
|||
pkgbase=linux-cachyos-bore
|
||||
fi
|
||||
_major=5.15
|
||||
_minor=8
|
||||
_minor=9
|
||||
pkgver=${_major}.${_minor}
|
||||
_srcname=linux-${pkgver}
|
||||
arch=(x86_64 x86_64_v3)
|
||||
pkgdesc='Linux BORE scheduler Kernel by CachyOS and with some other patches and other improvements'
|
||||
_srcname=linux-${pkgver}
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'x86_64_v3')
|
||||
url="https://github.com/CachyOS/linux-cachyos"
|
||||
license=('GPL2')
|
||||
|
|
@ -158,7 +158,6 @@ source=(
|
|||
"${_patchsource}/AMD/0001-amd64-patches.patch"
|
||||
"${_patchsource}/0001-bbr2.patch"
|
||||
"${_patchsource}/misc/0010-ELF.patch"
|
||||
## "${_patchsource}/0001-bitmap.patch"
|
||||
"${_patchsource}/0001-block-patches.patch"
|
||||
"${_patchsource}/0001-cpu-patches.patch"
|
||||
"${_patchsource}/0001-misc.patch"
|
||||
|
|
@ -171,7 +170,6 @@ source=(
|
|||
"${_patchsource}/0001-futex-wait.v-fsync-winesync.patch"
|
||||
"${_patchsource}/0001-hwmon-patches.patch"
|
||||
"${_patchsource}/0001-ksmbd-patches.patch"
|
||||
# "${_patchsource}/0001-damon-patches.patch"
|
||||
"${_patchsource}/0001-pf-patches.patch"
|
||||
"${_patchsource}/0001-lqx-patches.patch"
|
||||
"${_patchsource}/0001-lrng-patches.patch"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue