mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 06:09:01 +01:00
5.14.12
This commit is contained in:
parent
f3a50d983c
commit
77a4f578b1
2 changed files with 12 additions and 12 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linux-cachyos-bmq
|
||||
pkgdesc = Linux-bmq Kernel by CachyOS and with some other patches and other improvements
|
||||
pkgver = 5.14.11
|
||||
pkgrel = 4
|
||||
pkgver = 5.14.12
|
||||
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.14.11.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.14.12.tar.xz
|
||||
source = config
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/arch-patches-v10/0001-arch-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/0009-prjc_v5.14-r3.patch
|
||||
|
|
@ -45,14 +45,14 @@ pkgbase = linux-cachyos-bmq
|
|||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/zen-patches-v3/0001-zen-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/zstd-patches-v2/0001-zstd-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/security-patches/0001-security-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/zstd-dev-patches-v6/0001-zstd-dev-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/zstd-upstream-patches-v6/0001-zstd-upstream-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/ntfs3-patches-v14/0001-ntfs3-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/0001-ksm.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/0001-cpu-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/0001-winesync.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/0001-v4l2loopback.patch
|
||||
source = auto-cpu-optimization.sh
|
||||
md5sums = 0eba0d3a75f56ddbbb0f4265b35724c3
|
||||
md5sums = a52286fe206a3f7664ca5a6c5995b9ed
|
||||
md5sums = cf19dc608f81ce6efb72e19035debed0
|
||||
md5sums = 581faf85cd625c41bbdd0cadbd0e451e
|
||||
md5sums = ff8c0963b6284f6b3940f983f3cb43d8
|
||||
|
|
@ -78,7 +78,7 @@ pkgbase = linux-cachyos-bmq
|
|||
md5sums = cfef1423ad1e6aecad63f0d5eacaea37
|
||||
md5sums = 808981a36c81165953017e5e432c1fa1
|
||||
md5sums = f6a1c51adfc68fb7b52dc5715a9cb5a7
|
||||
md5sums = 97d9c9da437152c2f1161e5da5b5d7d4
|
||||
md5sums = 6bce25efd0395a4d0a9e0fc52e0d93e4
|
||||
md5sums = 0636779d32ba47bda25d3edb5fbd08c9
|
||||
md5sums = 566435a0444ee45816599f2e0e362c7a
|
||||
md5sums = bb22330e270bf36ccf53cb04d6b496d2
|
||||
|
|
@ -99,5 +99,5 @@ pkgname = linux-cachyos-bmq
|
|||
|
||||
pkgname = linux-cachyos-bmq-headers
|
||||
pkgdesc = Headers and scripts for building modules for the Linux-bmq Kernel by CachyOS and with some other patches and other improvements
|
||||
depends = linux-cachyos-bmq=5.14.11
|
||||
depends = linux-cachyos-bmq=5.14.12
|
||||
depends = pahole
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -113,8 +113,8 @@ pkgbase=linux-cachyos-bmq-lto
|
|||
else
|
||||
pkgbase=linux-cachyos-bmq
|
||||
fi
|
||||
pkgver=5.14.11
|
||||
pkgrel=4
|
||||
pkgver=5.14.12
|
||||
pkgrel=1
|
||||
arch=(x86_64 x86_64_v3)
|
||||
pkgdesc='Linux-bmq Kernel by CachyOS and with some other patches and other improvements'
|
||||
_gittag=v${pkgver%.*}-${pkgver##*.}
|
||||
|
|
@ -156,7 +156,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver
|
|||
"${_patchsource}/zen-patches-v3/0001-zen-patches.patch"
|
||||
"${_patchsource}/zstd-patches-v2/0001-zstd-patches.patch"
|
||||
"${_patchsource}/security-patches/0001-security-patches.patch"
|
||||
"${_patchsource}/zstd-dev-patches-v6/0001-zstd-dev-patches.patch"
|
||||
"${_patchsource}/zstd-upstream-patches-v6/0001-zstd-upstream-patches.patch"
|
||||
"${_patchsource}/ntfs3-patches-v14/0001-ntfs3-patches.patch"
|
||||
"${_patchsource}/0001-ksm.patch"
|
||||
"${_patchsource}/0001-cpu-patches.patch"
|
||||
|
|
@ -624,7 +624,7 @@ _package-headers() {
|
|||
|
||||
}
|
||||
|
||||
md5sums=('0eba0d3a75f56ddbbb0f4265b35724c3'
|
||||
md5sums=('a52286fe206a3f7664ca5a6c5995b9ed'
|
||||
'cf19dc608f81ce6efb72e19035debed0'
|
||||
'581faf85cd625c41bbdd0cadbd0e451e'
|
||||
'ff8c0963b6284f6b3940f983f3cb43d8'
|
||||
|
|
@ -650,7 +650,7 @@ md5sums=('0eba0d3a75f56ddbbb0f4265b35724c3'
|
|||
'cfef1423ad1e6aecad63f0d5eacaea37'
|
||||
'808981a36c81165953017e5e432c1fa1'
|
||||
'f6a1c51adfc68fb7b52dc5715a9cb5a7'
|
||||
'97d9c9da437152c2f1161e5da5b5d7d4'
|
||||
'6bce25efd0395a4d0a9e0fc52e0d93e4'
|
||||
'0636779d32ba47bda25d3edb5fbd08c9'
|
||||
'566435a0444ee45816599f2e0e362c7a'
|
||||
'bb22330e270bf36ccf53cb04d6b496d2'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue