aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZachary Michaels2022-02-25 20:38:04 -0800
committerZachary Michaels2022-02-25 20:38:22 -0800
commit877ba1bcf5fcefae94988519173a3ddcb6833d26 (patch)
tree1aa1764d912bc6b20cde70854c5bf7d8394c4a50 /PKGBUILD
parent2d00eb7cf9f07feafbc0eceaf5c68b69e3e29720 (diff)
downloadaur-linux-beacon.tar.gz
Bump to 5.16.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22cd901bc573..1fa351d5e43a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-beacon
-pkgver=5.15.13.arch1
+pkgver=5.16.11.arch1
pkgrel=1
pkgdesc='Linux'
_srctag=v${pkgver%.*}-${pkgver##*.}
@@ -27,7 +27,7 @@ validpgpkeys=(
'C7E7849466FE2358343588377258734B41C31549' # David Runge <dvzrv@archlinux.org>
)
sha256sums=('SKIP'
- '6ab7a66895804f832f1b9594b682be0e2e6982455a8fc3f7e87111e1c7dff866'
+ 'a7e88715c86f2ea77e80cb0535d827406676cb8227a9367dd98931f511b06f31'
'f9aff9e30c5468d37a1434c59ac550bf0afeeee54707aca50bc49343efca40a6')
export KBUILD_BUILD_HOST=archlinux
@@ -107,11 +107,11 @@ _package-headers() {
install -Dt "$builddir/arch/x86" -m644 arch/x86/Makefile
cp -t "$builddir" -a scripts
- # add objtool for external module building and enabled VALIDATION_STACK option
+ # required when STACK_VALIDATION is enabled
install -Dt "$builddir/tools/objtool" tools/objtool/objtool
- # add xfs and shmem for aufs building
- mkdir -p "$builddir"/{fs/xfs,mm}
+ # required when DEBUG_INFO_BTF_MODULES is enabled
+ install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
echo "Installing headers..."
cp -t "$builddir" -a include