summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblacksky32023-06-16 11:06:41 -0400
committerblacksky32023-06-16 11:06:41 -0400
commit563b43682612052c4e3a8d087e46ce2f42e14e9e (patch)
tree8c6de2ae283d30034ee66a339c4641808046460d
parent702e6bacd2b31ba2620556e39f0f7304806e2a10 (diff)
downloadaur-563b43682612052c4e3a8d087e46ce2f42e14e9e.tar.gz
fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d33b8fe5e9c7..c466822829f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = linux-llvm
+ pkgdesc = The Linux kernel and modules - Build with LLVM/CLANG
pkgver = 6.3.8
pkgrel = 1
url = https://www.kernel.org/
@@ -23,6 +24,11 @@ pkgbase = linux-llvm
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
+ makedepends = clang
+ makedepends = llvm
+ makedepends = llvm-libs
+ makedepends = lld
+ makedepends = python
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.8.tar.xz
source = https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/e7308a977d83f3cf94ed228b0f6b9b65a4d9139c/config
diff --git a/PKGBUILD b/PKGBUILD
index 0db9fd671ca7..0578119c8351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,7 @@ pkgrel=1
major=6.3
commit=e7308a977d83f3cf94ed228b0f6b9b65a4d9139c
arch=(x86_64)
+pkgdesc='The Linux kernel and modules - Build with LLVM/CLANG'
url='https://www.kernel.org/'
license=(GPL2)
makedepends=(bc kmod libelf pahole cpio perl tar xz xmlto git)
@@ -188,7 +189,7 @@ build(){
}
_package(){
- pkgdesc='The Linux kernel and modules with Alfred Chen PDS/BMQ CPU scheduler and Arch patches - BMQ enabled'
+ pkgdesc='The Linux kernel and modules - Build with LLVM/CLANG'
depends=(coreutils kmod initramfs)
optdepends=('wireless-regdb: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices')