mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 06:09:01 +01:00
5.15.9-1
This commit is contained in:
parent
7e3f0d3f27
commit
a68ffe862e
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linux-cachyos-bmq
|
||||
pkgdesc = Linux CFS 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-bmq
|
|||
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/0001-prjc.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-prjc-fixes.patch
|
||||
|
|
@ -101,5 +101,5 @@ pkgname = linux-cachyos-bmq
|
|||
|
||||
pkgname = linux-cachyos-bmq-headers
|
||||
pkgdesc = Headers and scripts for building modules for the Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements
|
||||
depends = linux-cachyos-bmq=5.15.8
|
||||
depends = linux-cachyos-bmq=5.15.9
|
||||
depends = pahole
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -123,13 +123,13 @@ else
|
|||
pkgbase=linux-cachyos-bmq
|
||||
fi
|
||||
_major=5.15
|
||||
_minor=8
|
||||
_minor=9
|
||||
pkgver=${_major}.${_minor}
|
||||
_srcname=linux-${pkgver}
|
||||
arch=(x86_64 x86_64_v3)
|
||||
pkgdesc='Linux CFS 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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue