Skip to content

Commit

Permalink
Bump to 5.16.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mikezackles committed Feb 26, 2022
1 parent 2d00eb7 commit 877ba1b
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 35 deletions.
8 changes: 4 additions & 4 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pkgbase = linux-beacon
pkgdesc = Linux
pkgver = 5.15.13.arch1
pkgver = 5.16.11.arch1
pkgrel = 1
url = https://github.com/archlinux/linux/commits/v5.15.13-arch1
url = https://github.com/archlinux/linux/commits/v5.16.11-arch1
arch = x86_64
license = GPL2
makedepends = bc
Expand All @@ -20,15 +20,15 @@ pkgbase = linux-beacon
makedepends = imagemagick
makedepends = git
options = !strip
source = archlinux-linux::git+https://github.com/archlinux/linux?signed#tag=v5.15.13-arch1
source = archlinux-linux::git+https://github.com/archlinux/linux?signed#tag=v5.16.11-arch1
source = config
source = beacon_timeout.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = A2FF3A36AAA56654109064AB19802F8B0D70FC30
validpgpkeys = C7E7849466FE2358343588377258734B41C31549
sha256sums = SKIP
sha256sums = 6ab7a66895804f832f1b9594b682be0e2e6982455a8fc3f7e87111e1c7dff866
sha256sums = a7e88715c86f2ea77e80cb0535d827406676cb8227a9367dd98931f511b06f31
sha256sums = f9aff9e30c5468d37a1434c59ac550bf0afeeee54707aca50bc49343efca40a6

pkgname = linux-beacon
Expand Down
10 changes: 5 additions & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>

pkgbase=linux-beacon
pkgver=5.15.13.arch1
pkgver=5.16.11.arch1
pkgrel=1
pkgdesc='Linux'
_srctag=v${pkgver%.*}-${pkgver##*.}
Expand All @@ -27,7 +27,7 @@ validpgpkeys=(
'C7E7849466FE2358343588377258734B41C31549' # David Runge <[email protected]>
)
sha256sums=('SKIP'
'6ab7a66895804f832f1b9594b682be0e2e6982455a8fc3f7e87111e1c7dff866'
'a7e88715c86f2ea77e80cb0535d827406676cb8227a9367dd98931f511b06f31'
'f9aff9e30c5468d37a1434c59ac550bf0afeeee54707aca50bc49343efca40a6')

export KBUILD_BUILD_HOST=archlinux
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 877ba1b

Please sign in to comment.