summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-03-19 08:18:31 -0400
committerVincent Grande2021-03-19 08:18:31 -0400
commit646f21a2d4f2b94815958e4919721aabc1b51bdc (patch)
tree07c581833596a2f2d0e3d426233857e724821bd8
parent694f02e06d92f655682d5ec7bac7de6ba36e97ab (diff)
downloadaur-646f21a2d4f2b94815958e4919721aabc1b51bdc.tar.gz
add bmq cpu scheduler
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86d5a13f5917..86a020eac9cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,10 +18,12 @@ pkgbase = linux-pf-nodocs-git
options = !strip
source = linux-pf-nodocs-git::git+https://gitlab.com/post-factum/pf-kernel.git#branch=pf-5.11
source = https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/linux/trunk/config
+ source = https://gitlab.com/alfredchen/projectc/raw/master/5.11/prjc_v5.11-r2.patch
source = pf_defconfig
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
pkgname = linux-pf-nodocs-git
pkgdesc = The Linux pf-kernel (git version) kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index 8f75e505745b..7603fd34220f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,9 @@ pkgver=5.10.6.r0.g5bfd8ac02dfe
_kernel_rel=5.11
_branch=pf-${_kernel_rel}
_product="${pkgbase%-git}"
+_major=5
+_minor=11
+_projectcpatchname=prjc_v5.11-r2.patch
pkgrel=1
arch=(x86_64)
url="https://gitlab.com/post-factum/pf-kernel"
@@ -21,10 +24,12 @@ _srcname="${pkgbase}"
source=(
"${_srcname}::git+https://gitlab.com/post-factum/pf-kernel.git#branch=${_branch}"
https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/linux/trunk/config
+ https://gitlab.com/alfredchen/projectc/raw/master/$_major.$_minor/$_projectcpatchname
pf_defconfig
)
sha256sums=('SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
pkgver() {