summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorblacksky32023-06-29 00:37:01 -0400
committerblacksky32023-06-29 00:37:01 -0400
commit489274e675493fc2a4725b8c73ec1a77e68b5199 (patch)
tree17d63f0d96aaf1b9753cda39af52cea0c79e612c /PKGBUILD
parent3adff778975fafe8822fe68c21e5a4d32f71fc27 (diff)
downloadaur-489274e675493fc2a4725b8c73ec1a77e68b5199.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b597f76504ba..f328fa5512c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,6 +54,7 @@ pkgrel=1
major=6.4
commit=1b45fa8cd58990bf455b429c598b6d4bad155172
arch=(x86_64)
+pkgdesc='The Linux kernel and modules with Alfred Chen PDS/BMQ CPU scheduler with Arch and other improvement patches - PDS enabled'
url='https://www.kernel.org/'
license=(GPL2)
makedepends=(bc cpio gettext git libelf pahole perl tar xz kmod xmlto)
@@ -255,7 +256,7 @@ prepare(){
# Disable CONFIG_DEBUG_INFO=y at build time otherwise memory usage blows up
# And can easily overwhelm a system with 32 GB of memory using a tmpfs build
# partition ... this was introduced by FS#66260, see:
- # https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=663b08666b269eeeeaafbafaee07fd03389ac8d7
+ # https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=663b08666b269eeeeaafbafaee07fd03389ac8d7
msg2 "Disable debug to lower the size of the kernel"
scripts/config --disable CONFIG_CGROUP_BPF
scripts/config --disable CONFIG_BPF_LSM